Changeset - d3c3d882c639
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2020-01-01 15:31:10
brettcsmith@brettcsmith.org
css: Deemphasize empty parts of the schedule.
1 file changed with 8 insertions and 0 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
...
 
@@ -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;
 
}
0 comments (0 inline, 0 general)