diff --git a/index.css b/index.css index a5d32b7..69252a8 100644 --- a/index.css +++ b/index.css @@ -109,6 +109,8 @@ table tr:nth-of-type(5n+4) { --hilite-col: var(--hilite-accent-5); } .cvcol > div:nth-of-type(5n+3) { --hilite-col: var(--hilite-accent-4); } .cvcol > div:nth-of-type(5n+4) { --hilite-col: var(--hilite-accent-5); } +h1 { --hilite-col: var(--hilite-accent-4); } + #darkmode::after { content: '[dark mode]'; }