summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@users.noreply.github.com>2016-10-03 14:14:55 -0400
committerGitHub <noreply@github.com>2016-10-03 14:14:55 -0400
commite69b00e63f06bcccafc713a46fc31847d598d419 (patch)
tree94582a32a960488c2b3b0bc26577bc1c44e0d91a /www/css
parenta1a8d2e24f638ffe5bcf7229fcc84271aa145282 (diff)
parent8a8b1d9766735becc351643697ea9f495767ab6a (diff)
Merge pull request #340 from pliablepixels/shrinking-header
initial experiments Former-commit-id: 5194ee61e6690f8ddbdbba3e9dd14a116c9bd929
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
+}
+