Skip to content

Commit 3ecff46

Browse files
committed
Add link styling
1 parent e7b8c2d commit 3ecff46

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/static/css/theme.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
[data-md-color-scheme="kraken"] {
22
color-scheme: light;
3-
43
--md-primary-fg-color: #180048;
5-
64
--md-accent-fg-color: #F050F8;
75
--doc-symbol-module-fg-color: #F050F8;
86
}
97

108
[data-md-color-scheme="slate"] {
119
--md-primary-fg-color: #180048;
12-
1310
--md-accent-fg-color: #F050F8;
1411
--doc-symbol-module-fg-color: #F050F8;
1512
}
13+
14+
/* External link icon */
15+
.md-content a[href^="http"]:after {
16+
content: "↗";
17+
font-size: 0.7em;
18+
opacity: 0.7;
19+
margin-left: 0.1em;
20+
vertical-align: super;
21+
}

0 commit comments

Comments
 (0)