Added feedback
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 24s

This commit is contained in:
2024-10-30 19:46:16 +01:00
parent 05a261efa4
commit 4c18bdd95a
26 changed files with 187 additions and 27 deletions

View File

@@ -7,7 +7,8 @@ body {
@media (prefers-color-scheme: dark) {
--text-color: rgb(222, 112, 108);
--background-color: rgb(41, 23, 44);
--accent-color: rgb(222, 112, 108);
--accent-color: #E94541;
--logo-color: #a11f40;
.only-on-dark {
display: inline-block;
@@ -23,6 +24,7 @@ body {
--text-color: rgb(29, 29, 29);
--background-color: rgb(255, 255, 255);
--accent-color: rgb(211, 55, 38);
--logo-color: var(--text-color);
font-family: Fredoka;
font-weight: 300;