Merge branch 'main' of github.com:xfnw/dotfiles into main
This commit is contained in:
commit
221ca79038
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue