diff options
Diffstat (limited to 'stylesheets')
| -rw-r--r-- | stylesheets/concerts.css | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/stylesheets/concerts.css b/stylesheets/concerts.css index 28dda6a..7b70074 100644 --- a/stylesheets/concerts.css +++ b/stylesheets/concerts.css @@ -58,11 +58,6 @@ a.thumbnail { .credits::before { content: '© '; } -.credits { - color: white; - padding: 0 0.2em; - font-size: small; -} .event.canceled { opacity: 50%; @@ -145,7 +140,10 @@ a.thumbnail { position: absolute; bottom: 0; right: 0; + font-size: small; + color: white; background: #0008; + padding: 0 0.2em; border-top-left-radius: 0.5em; } @@ -205,8 +203,6 @@ a.thumbnail { .credits { justify-self: end; - color: white; - background: #444; - border-radius: 0 0 0.5em 0.5em; + font-size: x-small; } } |
