aboutsummaryrefslogtreecommitdiff
path: root/public/face.css
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2020-10-22 20:27:55 -0400
committerPaul Duncan <pabs@pablotron.org>2020-10-22 20:27:55 -0400
commitd7f387ac1f49015922aeec7f5cb8fc29af832e05 (patch)
treef783540bb06d3cbded8d76c688a313ff48d0ef31 /public/face.css
parentb280f4d8dfacffe2ac8864334c69a48cfe03070e (diff)
downloadalonzo-mood-calculator-d7f387ac1f49015922aeec7f5cb8fc29af832e05.tar.bz2
alonzo-mood-calculator-d7f387ac1f49015922aeec7f5cb8fc29af832e05.zip
add wednesday-modeHEADmaster
Diffstat (limited to 'public/face.css')
-rw-r--r--public/face.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/public/face.css b/public/face.css
index db8016b..77f3000 100644
--- a/public/face.css
+++ b/public/face.css
@@ -4,6 +4,18 @@ body {
font-family: arial, verdana, helvetica, sans-serif;
}
+body.wednesday-mode {
+ background: darkred;
+}
+
+body .wednesday-mode {
+ display: none;
+}
+
+body.wednesday-mode .wednesday-mode {
+ display: block;
+}
+
#help-toggle {
color: #ddd;
}