diff options
author | Noah Loomans <noahloomans@gmail.com> | 2016-12-09 23:02:52 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2016-12-09 23:02:52 +0100 |
commit | cc60c30509e5b084f2b0c01ba22a6e43a446887f (patch) | |
tree | 0752308ba9835d9f84d694201f3c4088e91fa5b3 /public/stylesheets | |
parent | 907e8c138ae890208b03b23a420b32290fc2ef88 (diff) |
add week selector
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 616126e..86f232e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -177,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; |