Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
}
}
-.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;
</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") }}