Support external navigation links (#876)

Based on #238, resolves #66.
This commit is contained in:
SPGoding
2022-07-13 00:24:54 -05:00
committed by GitHub
parent 6907f06977
commit 009a0f9c5a
7 changed files with 50 additions and 0 deletions

View File

@@ -44,6 +44,12 @@
}
}
&.external > svg {
width: $sp-4;
height: $sp-4;
vertical-align: text-bottom;
}
&.active {
font-weight: 600;
text-decoration: none;