aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-03-22 19:30:27 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-03-22 19:30:27 +0100
commite622337c3abab51c0a10dc7f60ff93e3ad0cd9f6 (patch)
tree1627816e0e49b7b62e13acbcec8640dc8c0ad3d4 /static
parentMinor HTML.scm cleanup. (diff)
downloadcalp-e622337c3abab51c0a10dc7f60ff93e3ad0cd9f6.tar.gz
calp-e622337c3abab51c0a10dc7f60ff93e3ad0cd9f6.tar.xz
Begin changing how html calls work.
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 77c9e2f8..5ff30e3f 100644
--- a/static/style.css
+++ b/static/style.css
@@ -159,6 +159,10 @@ html, body {
font-family: arial;
}
+.date-info.non-current {
+ color: lightgray !important;
+}
+
.date-info .day-number {
font-size: 150%;
padding: 2pt;