From c68cb8fffba0b2b96ef1bbeba8ee2853653cbd1a Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 28 Apr 2020 10:49:14 -0400 Subject: video playback mods --- www/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'www/css') 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%); -- cgit v1.2.3