aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--default.template3
1 files changed, 2 insertions, 1 deletions
diff --git a/default.template b/default.template
index 2467e4e..aa40c13 100644
--- a/default.template
+++ b/default.template
@@ -48,7 +48,8 @@
48 48
49 /* Hide the toggle checkbox */ 49 /* Hide the toggle checkbox */
50 #mode-toggle {display: none;} 50 #mode-toggle {display: none;}
51 #mode-btn {display: inline-block;} 51 #mode-btn {color: white; display: inline-block;}
52 #mode-btn:checked {color: black;}
52 #mode-toggle:checked ~ .boxBody {background: white; color: black;} 53 #mode-toggle:checked ~ .boxBody {background: white; color: black;}
53 </style> 54 </style>
54 </head> 55 </head>