Skip to content

Commit 67125e0

Browse files
Add styling based on what PST does
1 parent e02aea2 commit 67125e0

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

assets/theme-css/footer.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@
3939
color: var(--spht-color-link-hover);
4040
}
4141

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+
4250
.footer-actions {
4351
max-width: 25vw;
4452
margin: 1.25rem 1.563rem;

assets/theme-css/navbar.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ a.navbar-item:hover,
4242
text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
4343
}
4444

45+
a.navbar-item.nav-external::after,
46+
.navbar-dropdown a.navbar-item.nav-external::after {
47+
font: var(--fa-font-solid);
48+
content: "\f35d";
49+
font-size: 0.75em;
50+
margin-left: 0.3em;
51+
display: inline-block;
52+
}
53+
4554
.navbar-burger {
4655
font-family: inherit;
4756
font-size: 1em;

0 commit comments

Comments
 (0)