]> git.0d.be Git - panikweb.git/commitdiff
style: usr red for top navigation bar
authorFrédéric Péters <fpeters@0d.be>
Mon, 11 Nov 2019 16:14:14 +0000 (17:14 +0100)
committerFrédéric Péters <fpeters@0d.be>
Thu, 26 Dec 2019 14:12:22 +0000 (15:12 +0100)
panikweb_templates/static/css/_specifics.scss

index 64df5a91d118b5813b938cf2a7df09853847ab4a..28276a69a4d5546722ea13b858a29fe5c8bc09f3 100644 (file)
@@ -201,8 +201,8 @@ body{
 /****************************************************/
 
 #metaNav {
-       color: #e8e8e8;
-       background-color: #3a3a3a;
+       color: white;
+       background-color: $primary;
        position:fixed;
        z-index:1000;
        top:0px;