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);