Fixed mobile issues
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 24s

This commit is contained in:
2024-11-07 19:52:11 +01:00
parent f0a3e648fe
commit 4aa3a1360d
7 changed files with 22 additions and 7 deletions

View File

@@ -4,6 +4,8 @@ html {
--background-color: rgb(255, 255, 255);
--accent-color: rgb(211, 55, 38);
--logo-color: var(--text-color);
--menu-color: #e0e0e0;
--menu-text-color: var(--text-color);
font-family: Fredoka;
font-weight: 300;
@@ -23,6 +25,8 @@ html {
--background-color: rgb(41, 23, 44);
--accent-color: #E94541;
--logo-color: #E94541;
--menu-color: #A3203D;
--menu-text-color: #F4A5A7;
.only-on-dark {
display: inline-block;