Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fncnt/vncnt-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfncnt <github@vncnt.eu>2019-05-25 12:04:28 +0300
committerfncnt <github@vncnt.eu>2019-05-25 12:04:28 +0300
commitfc356123b5b126b784481316075c665d8596236d (patch)
tree91dfea56c7214c8c151b08eee3b4cdfa1db97f3c
parent61abe6ae0ea49e0b63f96134968e45855b913d53 (diff)
Constrain prefers-color-scheme to screen media.
-rw-r--r--static/css/vncnt.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/vncnt.css b/static/css/vncnt.css
index 320a3a3..0c10f1a 100644
--- a/static/css/vncnt.css
+++ b/static/css/vncnt.css
@@ -18,7 +18,7 @@ there.
*/
@import url('barebones.css');
-@media (prefers-color-scheme: dark) {
+@media screen and (prefers-color-scheme: dark) {
:html {
/* dark theme: light background, dark text, blue accent */
--theme-hue: 0; /* black */