Updated colours
This commit is contained in:
parent
05226d3bcb
commit
0061f15741
@ -21,15 +21,15 @@
|
|||||||
/*----------------------------------------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------------------------------------*/
|
||||||
:root {
|
:root {
|
||||||
--line-height: 1.35;
|
--line-height: 1.35;
|
||||||
--text-color: #000;
|
--text-color: #0E0E0F;
|
||||||
--background-color: #FFF;
|
--background-color: #FFFFFF;
|
||||||
--primary-color: #00479E;
|
--primary-color: #00479E;
|
||||||
--secondary-color: #00479E;
|
--secondary-color: #00479E;
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
:root {
|
:root {
|
||||||
--text-color: #DCDDDE;
|
--text-color: #CCCECF;
|
||||||
--background-color: #000;
|
--background-color: #0E0E0F;
|
||||||
--primary-color: #185b9b;
|
--primary-color: #185b9b;
|
||||||
--secondary-color: #185b9b;
|
--secondary-color: #185b9b;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user