1
0
Fork 0

💄 Styled anchor links

This commit is contained in:
Joost De Cock 2019-06-16 16:17:27 +02:00
parent b8e1970dcd
commit a9cd14aa6a

View file

@ -10,3 +10,9 @@
.theme-wrapper.dark a:not([role="button"]) {
color: $fc-link-dark;
}
.theme-wrapper.light a.anchor svg path {
stroke: $fc-link-light;
}
.theme-wrapper.dark a.anchor svg path {
stroke: $fc-link-dark;
}