diff options
-rw-r--r-- | style.css | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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 | } |