diff options
author | hellekin <hellekin@cepheide.org> | 2018-03-09 19:38:44 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2018-03-09 19:38:44 +0100 |
commit | 7005d722d10d3b4089ff83f4f5cad9cd5b223656 (patch) | |
tree | 7bcf94fea99163f5d748de9664033e761a494df1 /assets/css | |
parent | 8abde391b2045e5dbdadee554686a6c8ab93e40f (diff) | |
download | wallonie-demain-proto-7005d722d10d3b4089ff83f4f5cad9cd5b223656.tar.gz |
Add favicon from logo test
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 12a9b8d..d5048d1 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -86,7 +86,8 @@ li.on-map { font-weight: bold; } * Wallonie#Demain **/ #map { - background-color: #800000; + /* background: url(/assets/logo.svg) center center/50% no-repeat fixed, #800000; */ + background: #800000; color: #000000; } |