]> git.0d.be Git - panikweb.git/commitdiff
style: end top nav with a black gradient/border
authorFrédéric Péters <fpeters@0d.be>
Mon, 11 Nov 2019 16:31:10 +0000 (17:31 +0100)
committerFrédéric Péters <fpeters@0d.be>
Thu, 26 Dec 2019 14:12:44 +0000 (15:12 +0100)
panikweb_templates/static/css/_specifics.scss

index 115a4a0f76b43f0c3dd1a1070106cc868038783e..ea4fdd97470ba4e71976056345b3e503b60c853e 100644 (file)
@@ -203,7 +203,8 @@ body{
 
 #metaNav {
        color: white;
-       background-color: $primary;
+       background: $primary;
+       background: linear-gradient($primary 95%, black 100%);
        position:fixed;
        z-index:1000;
        top:0px;