0
0

Updated colours

This commit is contained in:
Opnxng 2023-11-16 17:16:55 +08:00
parent 05226d3bcb
commit 0061f15741

View File

@ -21,15 +21,15 @@
/*----------------------------------------------------------------------------------------------------*/
:root {
--line-height: 1.35;
--text-color: #000;
--background-color: #FFF;
--text-color: #0E0E0F;
--background-color: #FFFFFF;
--primary-color: #00479E;
--secondary-color: #00479E;
}
@media (prefers-color-scheme: dark) {
:root {
--text-color: #DCDDDE;
--background-color: #000;
--text-color: #CCCECF;
--background-color: #0E0E0F;
--primary-color: #185b9b;
--secondary-color: #185b9b;
}