Ver Fonte

Default color in aside.list elements

soyjavi há 13 anos atrás
pai
commit
dc79018b90

+ 3 - 4
src/stylesheets/Lungo.theme.default.less

@@ -49,6 +49,7 @@ section > header {
         opacity: 0.7;
     }
 }
+
 section > footer {
     .linear-gradient(top, ~','@footer 0%, ~','@footer-dark 60%);
     .border-radius(0px 0px @section-radius @section-radius);
@@ -188,10 +189,8 @@ aside .list {
             &.current {
                 border-top-color: @theme;
                 .linear-gradient(top, ~','@theme-light 25%, ~','@theme-dark 100%);}
-            & strong {
-                text-shadow: 0 1px 1px rgba(0,0,0,0.5);
-                color: #fff; }
-            & small { color: #fff; }
+            & strong, & small, & .icon { color: #fff; }
+            & strong { text-shadow: 0 1px 1px rgba(0,0,0,0.5); }
         }
     }
 

+ 5 - 4
src/stylesheets/css/Lungo.theme.default.css

@@ -294,12 +294,13 @@ aside .list li.current {
   background-image: -o-linear-gradient(top , #39abe1 25% , #1984c2 100%);
   background-image: linear-gradient(top , #39abe1 25% , #1984c2 100%);
 }
-aside .list li strong {
-  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
+aside .list li strong,
+aside .list li small,
+aside .list li .icon {
   color: #fff;
 }
-aside .list li small {
-  color: #fff;
+aside .list li strong {
+  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
 }
 /* @end */
 /* @group widgets */