We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02aea2 commit 67125e0Copy full SHA for 67125e0
2 files changed
assets/theme-css/footer.css
@@ -39,6 +39,14 @@
39
color: var(--spht-color-link-hover);
40
}
41
42
+.footer-item a.nav-external::after {
43
+ font: var(--fa-font-solid);
44
+ content: "\f35d";
45
+ font-size: 0.75em;
46
+ margin-left: 0.3em;
47
+ display: inline-block;
48
+}
49
+
50
.footer-actions {
51
max-width: 25vw;
52
margin: 1.25rem 1.563rem;
assets/theme-css/navbar.css
@@ -42,6 +42,15 @@ a.navbar-item:hover,
text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
+a.navbar-item.nav-external::after,
+.navbar-dropdown a.navbar-item.nav-external::after {
53
54
.navbar-burger {
55
font-family: inherit;
56
font-size: 1em;
0 commit comments