Merge branch 'main' of github.com:xfnw/dotfiles into main

This commit is contained in:
xfnw 2021-01-23 17:40:31 -05:00
commit 221ca79038

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;
}