summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2016-08-23 03:49:24 +0200
committerDirk Engling <erdgeist@erdgeist.org>2016-08-23 03:49:24 +0200
commitadff265220fc033a24e1d5459b8f3ddd772cd8b8 (patch)
tree02cb8ad1d364c4915b6643e06772045cec6ddde7
parent96ceec98a7d03cd8f0e929cade3e67a27c1bad3e (diff)
style new svg back button
-rw-r--r--style.css8
1 files changed, 2 insertions, 6 deletions
diff --git a/style.css b/style.css
index fbc5a9d..9d01244 100644
--- a/style.css
+++ b/style.css
@@ -669,16 +669,12 @@ select.zeit {
669} 669}
670 670
671.back { 671.back {
672 background-color: #8E99A0;
673 display: inline-block; 672 display: inline-block;
674 float: none;
675 color: #F1F2E3;
676 width: 40px;
677 height: 40px;
678 cursor: pointer; 673 cursor: pointer;
679 margin: 65px 0 0 0; 674 margin: 65px 0 0 0;
675 fill: #787970;
680} 676}
681 677
682.back:hover { 678.back:hover {
683 background-color: black; 679 fill: black;
684} 680}