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
resources
.DS_Store
.DS_Store

View file

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