💄 Styled anchor links
This commit is contained in:
parent
b8e1970dcd
commit
a9cd14aa6a
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue