From ab606c158b7cc4ab9d8ab604502e4091b853dbe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Z=C3=A1ri=C5=A1?= Date: Sun, 9 Jun 2024 17:28:34 +0200 Subject: [PATCH] sada --- assets/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/style.css b/assets/style.css index 02c03e9..9f38f88 100644 --- a/assets/style.css +++ b/assets/style.css @@ -1,14 +1,14 @@ :root { - --pico-background-color: #414141; + --pico-background-color: #474747; --pico-color: #c2c7d0; --pico-text-selection-color: rgb(207, 219, 224); --pico-muted-color: #7b8495; --pico-muted-border-color: #202632; - --pico-primary: #303626; + --pico-primary: #acc487; --pico-primary-background: #6e6e6e; --pico-primary-border: var(--pico-primary-background); --pico-primary-underline: rgba(1, 170, 255, 0.5); - --pico-primary-hover: #79c0ff; + --pico-primary-hover: #3c423a; --pico-primary-hover-background: #017fc0; --pico-primary-hover-border: var(--pico-primary-hover-background); --pico-primary-hover-underline: var(--pico-primary-hover);