Explorar el Código

Adjust brand weight to make it more readable

Pau Trepat Segura hace 5 años
padre
commit
460106f1b4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      static/assets/css/navbar.css

+ 2 - 2
static/assets/css/navbar.css

@@ -20,7 +20,7 @@
 
 .initial-navbar .navbar-brand {
   color: #c0ccda;
-  font-weight: 800;
+  font-weight: 600;
 }
 
 .initial-navbar li a {
@@ -57,7 +57,7 @@
 
 .final-navbar .navbar-brand {
   color: #1c2d41;
-  font-weight: 800;
+  font-weight: 600;
 }
 
 .final-navbar li a {