From 2de2bb9c42eca387583135074a218423b0ba8185 Mon Sep 17 00:00:00 2001 From: YK Date: Fri, 12 Sep 2025 07:59:25 +0300 Subject: [PATCH] theme fix --- style/main.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/style/main.scss b/style/main.scss index d7467d6..2b501a1 100644 --- a/style/main.scss +++ b/style/main.scss @@ -32,9 +32,8 @@ h1, h2, h3, h4, h5, h6 { header, aside, main { background: rgba(12, 12, 12, 1); - filter: drop-shadow(1px 1px 0px #6f142a) - drop-shadow(2px 1px 0px #6f142a) - drop-shadow(3px 2px 0px #6e1329); + filter: drop-shadow(1px 1px 0px hsl(345, 69%, 20%)) + drop-shadow(2px 1px 0px hsl(345, 69%, 15%)); position: relative; } @@ -109,6 +108,9 @@ header { width: 120px; } .adjust { + color: white; + font-family: "Proxima Nova"; + font-weight: 900; margin: 0 1px; width: 20px; text-align: center;