summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-10-02 17:53:37 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-10-02 17:53:37 -0400
commit8e0730aabe1dd728f531f63114ae556023a6616f (patch)
tree870df766576a104912ce7270b9277ef84e3fc4f0 /www/css
parent40ede2996c386fb4f58b2ede19ff5503ece628eb (diff)
#201 - initial framework - still buggy
Former-commit-id: 06b81da17f62a04219cba920d3997c3040e76d94
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/css/style.css b/www/css/style.css
index f45aeab8..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;