]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Remove old navbar styling
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Nov 2020 12:17:41 +0000 (12:17 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Nov 2020 12:17:41 +0000 (12:17 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/style.scss
src/templates/base.html

index c5880465ec88e613c3f72cf94c43a9993f322f9f..ba43ad420aa262dbd2e8609e6ea0dd05a0526ed6 100644 (file)
@@ -111,39 +111,6 @@ pre {
        }
 }
 
-.nav {
-       .nav-link {
-               color: $white;
-
-               &.active {
-                       color: $link-color;
-                       border-left: 2px solid $link-color;
-               }
-       }
-}
-
-.navbar {
-       background-color: rgba($gray-400, .06);
-
-       // Webkit is being stupid and cannot figure out the height
-       // of the navbar by itself
-       min-height: $navbar-height;
-
-       .navbar-brand {
-               color: inherit;
-       }
-
-       .navbar-nav {
-               .nav-link {
-                       color: inherit;
-
-                       &.active {
-                               border-bottom: 2px solid $link-color;
-                       }
-               }
-       }
-}
-
 .bg-brand {
        min-height: 40rem;
 
index a065e058ad9da1ee07bc4c81fef3b59c8806397c..82efc4538e9b94c8e499f761e32f9dc8696860a9 100644 (file)
        </head>
 
        <body id="page-top" class="{{ hostname.replace(".", "-") }}">
-               <nav class="navbar navbar-dark navbar-expand-lg mb-4">
+               <nav class="navbar navbar-light navbar-expand-lg">
                        <div class="container">
                                <a class="navbar-brand" href="/">
-                                       <strong>IPFire</strong>
+                                       IPFire<span class="text-primary">_</span>
 
                                        {% if hostname == "blog.ipfire.org" %}
                                                {{ _("Blog") }}