From d3c3d882c6393e7006438efc3786fc214195346b Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Wed, 1 Jan 2020 10:31:10 -0500 Subject: [PATCH] css: Deemphasize empty parts of the schedule. --- static/scss/custom.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/scss/custom.scss b/static/scss/custom.scss index a19ee53..9ce6730 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -644,3 +644,11 @@ body.login #content_body .row > div.col-md-9 > p + div.container { display: block; font-variant: small-caps; } + +table.calendar, table.calendar td:empty { + background-color: lightgray; +} + +table.calendar th, table.calendar td { + background-color: #fff; +}