fix target anchor colors

This commit is contained in:
xfnw 2021-01-21 22:13:13 -05:00
parent 7a5b0efe9d
commit 20cd1ad6fc

View file

@ -9,6 +9,7 @@
:root {
--dark: #141415;
--light: #cdcdcd;
--lightsel: #fff;
--ansi0: #161510;
--ansi1: #A32810;
--ansi2: #727A18;
@ -76,7 +77,7 @@
h1.Sh:target a.permalink,
h2.Ss:target a.permalink,
a.tag:target {
color: var(--light);
color: var(--lightsel);
outline: none;
}