diff --git a/style.css b/style.css index d5f41b4..d696e4b 100644 --- a/style.css +++ b/style.css @@ -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; + } +} +