From 9a0e11896898ae172ca0cedf2c4389f0b2689abf Mon Sep 17 00:00:00 2001 From: hellekin Date: Wed, 2 May 2018 10:42:11 +0200 Subject: Replace logo with existing one --- assets/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'assets/css/style.css') diff --git a/assets/css/style.css b/assets/css/style.css index 1315ee7..aadc2f8 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -96,7 +96,7 @@ li.on-map { font-weight: bold; } * Wallonie#Demain **/ #map { - /* background: url(/assets/logo.svg) center center/50% no-repeat fixed, #800000; */ + background: url(/assets/svg/wallonie-demain-logo.svg) center center/50% no-repeat fixed, #800000; background: #800000; color: #000000; } @@ -106,8 +106,8 @@ body > header { color: #000000; } body > header > h1 a:link span:first-child { - background: url(/assets/svg/wallonie-demain-sq.svg) left 0.5rem/contain no-repeat; - padding-left: 3rem; + padding-left: 10rem; + color: transparent; } body > aside { background-color: #67736280; -- cgit v1.2.3