Changeset - f13ae1edf17e
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2020-01-01 15:37:50
brettcsmith@brettcsmith.org
css: Make schedule deemphasis color match table borders.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
...
 
@@ -643,12 +643,12 @@ body.login #content_body .row > div.col-md-9 > p + div.container {
 
  font-size: smaller;
 
  display: block;
 
  font-variant: small-caps;
 
}
 

	
 
table.calendar, table.calendar td:empty {
 
  background-color: lightgray;
 
  background-color: #ddd;
 
}
 

	
 
table.calendar th, table.calendar td {
 
  background-color: #fff;
 
}
0 comments (0 inline, 0 general)