From 19a16539eec46987b12bdca750a7f22453dc87e1 Mon Sep 17 00:00:00 2001 From: Ada Date: Sun, 14 May 2023 03:32:23 +0200 Subject: [PATCH] change h* color --- ui.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui.css b/ui.css index 921f0d9..e0af70c 100644 --- a/ui.css +++ b/ui.css @@ -1,6 +1,6 @@ :root { --main-width: 85vw; - --title-color: #C71585; + --title-color: hotpink; --bg-color: white; --text-color: #212121; @@ -9,7 +9,6 @@ @media (prefers-color-scheme: dark) { :root { --bg-color: #212121; - --title-color: #FF69B4; --text-color: white; } }