From adff265220fc033a24e1d5459b8f3ddd772cd8b8 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Tue, 23 Aug 2016 03:49:24 +0200 Subject: style new svg back button --- style.css | 8 ++------ 1 file 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 { } .back { - background-color: #8E99A0; display: inline-block; - float: none; - color: #F1F2E3; - width: 40px; - height: 40px; cursor: pointer; margin: 65px 0 0 0; + fill: #787970; } .back:hover { - background-color: black; + fill: black; } -- cgit v1.2.3