first colors return

This commit is contained in:
Colmaris 2025-02-09 21:59:47 +01:00
parent d1ade78e60
commit 2722c90ec1
2 changed files with 8 additions and 7 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ public
*.lock *.lock
resources resources
.DS_Store .DS_Store
.DS_Store

View file

@ -46,13 +46,13 @@
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
:root { :root {
--background-color: #2e3440; --background-color: #222225;
--page-width: 60em; --page-width: 60em;
--font-color: #88c0d0; --font-color: #e8e9ed;
--invert-font-color: #2e3440; --invert-font-color: #222225;
--secondary-color: #bf616a; --secondary-color: #a3abba;
--tertiary-color: #ebcb8b; --tertiary-color: #a3abba;
--primary-color: #a3be8c; --primary-color: #62c4ff;
--error-color: #ff3c74; --error-color: #ff3c74;
--progress-bar-background: #3f3f44; --progress-bar-background: #3f3f44;
--progress-bar-fill: #62c4ff; --progress-bar-fill: #62c4ff;
@ -311,4 +311,4 @@ figure {
margin-top: 50px; margin-top: 50px;
padding-top: 5px; padding-top: 5px;
} }
} }