]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/light/style.less
Merge https://github.com/friendica/friendica into pull
[friendica.git] / view / theme / dispy / light / style.less
index d2f72520fb2f792c9e09b02eb62a99e4d6f94969..92c8547eec18cc18c4252efdd3c8e4830335c6d3 100644 (file)
@@ -62,7 +62,7 @@ input,
 select,
 textarea {
        color: @main_colour;
-       background-color: @bg_colour;
+       background-color: white;
 }
 select {
        .borders(1px, dotted, darken(@main_alt_colour, 26.8%));
@@ -295,7 +295,7 @@ h6 {
                .box_shadow(4px, 4px, 7px);
        }
        a {
-               color: @bg_colour;
+               color: @main_colour;
                // font-size: smaller;
                font-weight: bold;
        }
@@ -303,7 +303,7 @@ h6 {
 [class$="-desc"],
 [id$="-desc"] {
        color: @bg_colour;
-       // background: @main_colour;
+       background: @dk_bg_colour;
        .borders(1px, outset, @bg_colour);
        .rounded_corners;
        // .box_shadow(3px, 3px, 5px);
@@ -1364,7 +1364,7 @@ nav #nav-notifications-linkmenu {
 .wall-item-like {
        clear: left;
        font-size: 0.8em;
-       color: lighten(@menu_bg_colour, 20%);
+       color: @main_colour;
        margin: 5px 0 5px 10.2em;
        .transition;
        opacity: 0.5;
@@ -1377,7 +1377,7 @@ nav #nav-notifications-linkmenu {
 .wall-item-ago {
        clear: left;
        float: left;
-       color: @bg_colour;
+       color: @main_colour;
        line-height: 1;
        display: inline-block;
        font-size: 0.75em;