From a2d1c82fd99b0cd4973ec090f4e59274e437b3c4 Mon Sep 17 00:00:00 2001 From: minish Date: Mon, 1 Apr 2024 15:34:45 -0400 Subject: [PATCH] theme color --- index.html | 1 + style.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 4865969..b009ecd 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@ + min.rip diff --git a/style.css b/style.css index 317650b..66ed1e2 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ /* written by minish - 2024-03 */ :root { - --accent-b: #C4B5A1; + --accent-b: #c4b5a1; --accent: #908576; }