mirror of
https://github.com/supleed2/udlink-docs.git
synced 2024-12-22 06:05:50 +00:00
Prevent automatic dark mode breaking colours
This commit is contained in:
parent
e0c818b68b
commit
3bf3f8f12c
|
@ -39,6 +39,7 @@
|
|||
}
|
||||
|
||||
:root {
|
||||
color-scheme: only dark;
|
||||
--bg-colour: #122654;
|
||||
--accent-colour: #2be9ff;
|
||||
--accent-colour-2: #9976f3;
|
||||
|
|
Loading…
Reference in a new issue