]> git.0d.be Git - panikweb.git/commitdiff
change dark blue to bright blue
authorFrédéric Péters <fpeters@0d.be>
Wed, 18 Sep 2013 10:20:08 +0000 (12:20 +0200)
committerFrédéric Péters <fpeters@0d.be>
Wed, 18 Sep 2013 10:20:08 +0000 (12:20 +0200)
panikweb_templates/static/css/specifics.css

index 32fcd4f5030be3cc5be3032418eda6ed8ecb525c..43034cd2b2bd51f09702316fe310bdd4de49db00 100644 (file)
@@ -241,7 +241,7 @@ body{
 }
 
 #metaNav .active, #metaNav a:focus, #metaNav a:hover{
-       background:#003446 !important;
+       background:#0000ff !important;
        font-weight:normal;
 }
 @media screen and (max-width:500px){
@@ -286,10 +286,7 @@ body{
 /****  SCREEN NAV ****/
 #Nav{
        text-align:center;
-       background:#003446;
-       /*
-       background:#003446;
-       */
+       background:#0000ff;
 }
 #Nav nav{padding:0.1em;}
 #Nav *{        color:#ddd;border-color:#ddd;}
@@ -701,7 +698,7 @@ body{
 }
 .newsRoll .labels .item{
        display:block;
-       background:#003446;
+       background:#0000ff;
        color:white;
        margin:0.1em;
        font-size:0.9em;