]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
use white PIA logo
authorEd Kellett <redacted>
Wed, 24 Feb 2016 16:20:22 +0000 (16:20 +0000)
committerEd Kellett <redacted>
Wed, 24 Feb 2016 16:20:22 +0000 (16:20 +0000)
static/css/style.css
templates/base.html

index d076d4280a860d8cf9cf082e411c629022af08dc..e2d42164f3535c80a49860b9a8cd2a4e13d5a172 100644 (file)
@@ -54,6 +54,7 @@ a {
     align-items: center;
     border-bottom: 1px solid var(--border-color);
     z-index: 100;
+    padding-right: 5px;
 }
 
 @media all and (max-width: 600px) {
@@ -63,16 +64,10 @@ a {
 }
 
 .navbar a {
+    margin-top: 2px;
     height: 40px;
 }
 
-a.nav-light {
-    background-color: #eee;
-    height: 44px;
-    padding: 2px;
-    margin-right: 3px;
-}
-
 .nlogo {
     height: 40px;
 }
index aa81b930a79728e837794a5f8e1284c932dc21b3..eed83504362eb1e620adf6bb13af98a93c1345be 100644 (file)
@@ -16,7 +16,7 @@
 <body>
     <nav class="navbar">
         <a href="{{ url_for("index") }}"><img alt="freenode" class="nlogo" src="{{ url_for("static/img/logos/coloured-alphabg.svg") }} "></a>
-        <a class="nav-light" href="https://www.privateinternetaccess.com/" target="_blank"><img alt="Private internet access" class="nlogo" src="{{ url_for("static/img/logos/PIALogo_black.svg") }}"></a>
+        <a href="https://www.privateinternetaccess.com/" target="_blank"><img alt="Private internet access" class="nlogo" src="{{ url_for("static/img/logos/PIALogo_white.svg") }}"></a>
     </nav>
     <div class="container">
             {% block content %}{% endblock %}