summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/www/css/style.css b/www/css/style.css
index 33e6f972..cc61aee5 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -99,12 +99,12 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
opacity: 80%;
}
.header-event-id {
- background: #9b59b6;
- color: #cccccc;
- border-color: #9b59b6;
- border-style: solid;
- border-width: 1px;
- opacity: 80%;
+ background:rgba(52, 152, 219,0.2);
+ color: #FFF;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ opacity: 1;
}
.header-paused {
background: #ba3e3e;
@@ -912,4 +912,5 @@ body {
}
.white-button-text {
color: #fff !important;
-} \ No newline at end of file
+}
+