diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index 49b608c1..56ae80de 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -205,6 +205,16 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ transform: translate(-50%, -50%); } +.header-centered { + background: black; + color: #cccccc; + border-color: #ba3e3e; + border-style: none; + opacity: 80%; + transform: translate(-50%, -50%); +} + + .event-modal-play { opacity: 80%; transform: translate(-50%, -50%); |
