From c273542a5037c08742c5cb3f1af62a453fc42d1a Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Thu, 16 Nov 2023 10:56:16 +0100 Subject: [PATCH] refactor: use rgb in css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 919d5dd..50f1a17 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ :root { --black: rgb(55, 53, 47); - --accent: #5AA7CE; + --accent: rgb(90, 167, 206); --shadow: 0.75px 0 0; }