added motherfucking dark mode from my phone

This commit is contained in:
Jacob Haddon 2020-11-19 22:17:01 -05:00
parent dba4d52f10
commit 63c1f91074

View File

@ -35,3 +35,12 @@ h1,h2,h3{line-height:1.2}
.mfwpt_menu li ul {}
.mfwpt_menu li li a {}
.mfwpt_menu{}
@media screen and (prefers-color-scheme: dark) {
body{ color: white;}
body, .mfwpt_menu ul ul {
background-color: black;
}
}