ZaiZai hace 1 año
padre
commit
0fe91499fb
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. 1 0
      src/layout/index.scss
  2. 0 1
      src/styles/app/theme.scss

+ 1 - 0
src/layout/index.scss

@@ -29,6 +29,7 @@
             .logo-name {
                 color: white;
                 font-size: 18px;
+                font-weight: 300;
             }
             &:hover {
                 opacity: .8;

+ 0 - 1
src/styles/app/theme.scss

@@ -11,7 +11,6 @@ html.theme-default {
             .hc-layout-header-logo {
                 background: #20222a;
                 .logo-name {
-                    font-weight: 300;
                     color: hsla(0,0%,100%,.8);
                 }
             }