From f13ae1edf17e58eb1da992c9f7a1926fc22b6905 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Wed, 1 Jan 2020 10:37:50 -0500 Subject: [PATCH] css: Make schedule deemphasis color match table borders. --- static/scss/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 9ce6730..5f5402b 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -646,7 +646,7 @@ body.login #content_body .row > div.col-md-9 > p + div.container { } table.calendar, table.calendar td:empty { - background-color: lightgray; + background-color: #ddd; } table.calendar th, table.calendar td {