From ffd4d7389b1f993533c76b1f0e5978daebafb342 Mon Sep 17 00:00:00 2001 From: Stan Wohlwend Date: Sat, 4 Nov 2023 00:16:48 +0100 Subject: [PATCH] Update CSS --- index.css | 2 ++ 1 file changed, 2 insertions(+) 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]'; }