Changing preferences for dark theme
This commit is contained in:
@@ -1,8 +1,19 @@
|
|||||||
:root {
|
:root {
|
||||||
--accent-bg: #F3F3F3;
|
|
||||||
--base-fontsize: 1.0rem;
|
--base-fontsize: 1.0rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: light) {
|
||||||
|
:root {
|
||||||
|
--accent-bg: #F3F3F3;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
:root {
|
||||||
|
--accent-bg: #3F3F3F;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
|||||||
Reference in New Issue
Block a user