dark mode
This commit is contained in:
@@ -26,6 +26,21 @@
|
|||||||
url('../fonts/open-sans-v15-latin_latin-ext-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
|
url('../fonts/open-sans-v15-latin_latin-ext-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
html,
|
||||||
|
*,
|
||||||
|
.entry-title a,
|
||||||
|
#calcms_calendar table thead a:hover,
|
||||||
|
#calcms_calendar table thead a:link,
|
||||||
|
.main-navigation a:hover,
|
||||||
|
.main-navigation a:focus
|
||||||
|
{
|
||||||
|
color:white !important;
|
||||||
|
background:black !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#page * {
|
#page * {
|
||||||
font-family: Roboto, serif !important;
|
font-family: Roboto, serif !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user