From 6556375daa016cf0843f25959d1ecd81da32af1e Mon Sep 17 00:00:00 2001 From: hyang Date: Thu, 14 Sep 2023 20:41:25 -0700 Subject: Weird... --- assets/css/extended/custom.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'assets') diff --git a/assets/css/extended/custom.css b/assets/css/extended/custom.css index 3530d98..1e9663d 100644 --- a/assets/css/extended/custom.css +++ b/assets/css/extended/custom.css @@ -1,9 +1,11 @@ -:root, .dark { - --theme: rgb(0, 0, 0); +:root, { --link-hover-color: #449DD1; --link-hover-underline-color: #449DD1; } +.dark { + --theme: rgb(0, 0, 0); +} .first-entry > header:nth-child(1) { text-shadow: 1px 1px 4px #449DD1; -- cgit v1.2.3