diff options
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/static/styles.css b/static/styles.css index 4d486d6..a524ed1 100644 --- a/static/styles.css +++ b/static/styles.css @@ -125,7 +125,7 @@ a:hover { .event { border: 1px darkslategrey dotted; - border-radius: 10px; + /* border-radius: 10px; */ padding: 1em; padding-top: .6em; display: grid; @@ -133,7 +133,7 @@ a:hover { gap: 1em; align-items: center; justify-items: end; - max-width: 500px; + max-width: 550px; margin: 0 auto; } @@ -152,10 +152,10 @@ a:hover { .instance { text-align: right; - border: 1px darkslategrey dotted; - border-radius: 5px; - padding: .6em; - padding-top: .2em; + /* border: 1px darkslategrey dotted; */ + /* border-radius: 5px; */ + /* padding: .6em; */ + /* padding-top: .2em; */ width: fit-content; } @@ -199,12 +199,26 @@ hr { } .neighborhood { + letter-spacing: -1px; font-size: 90%; font-style: italic; } +.info { + font-size: 80%; +} + .about { max-width: 40ch; text-align: center; margin: auto; } + +.special { + background: #f3ddff; +} + +.cancelled { + background: #fdd; +} + |