diff options
author | Noah Loomans <noahloomans@gmail.com> | 2016-12-14 12:57:59 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2016-12-14 12:57:59 +0100 |
commit | 7c4d1ca2d771ee527201ccd6447e70da97ad33be (patch) | |
tree | e151354bb2182d9788c0e2e8e85d560ccb862f3f /public/stylesheets | |
parent | a016343e0a88e1bb46a2deed0b27dda7b6bc7e44 (diff) | |
parent | b7027583efff12e1bd5acdbb4077ab36c5226839 (diff) |
Merge branch 'refactor' into beta
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dbe1c7..7c39421 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -132,6 +132,7 @@ li:hover { width: 100vw; border: 0; padding: 0; + overflow: auto; } body.searched #search-space-filler { @@ -176,6 +177,10 @@ body.searched #search-space-filler { justify-content: center; } +#week-selector .current.changed { + font-weight: bold; +} + #week-selector button { background: transparent; color: white; |