Prevent automatic dark mode breaking colours

This commit is contained in:
Aadi Desai 2023-11-12 22:38:46 +00:00
parent e0c818b68b
commit 3bf3f8f12c
Signed by: supleed2
SSH key fingerprint: SHA256:CkbNRs0yVzXEiUp2zd0PSxsfRUMFF9bLlKXtE1xEbKM

View file

@ -39,6 +39,7 @@
}
:root {
color-scheme: only dark;
--bg-colour: #122654;
--accent-colour: #2be9ff;
--accent-colour-2: #9976f3;