diff options
author | Simon <simon@kisikew.org> | 2012-05-16 10:34:30 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-05-16 10:34:30 -0700 |
commit | 296c84d822b2cba49cb32c8f988a4ecfab13871b (patch) | |
tree | 5d2779e4c3a9a53dd9b3e359ce6447f04ac8dc63 /view/theme/dispy/light/style.less | |
parent | d6add82b321a0f6c23189627f825b47768e4ed94 (diff) | |
parent | 331013f28195a35811a96b0346682fd2fe6cc102 (diff) | |
download | volse-hubzilla-296c84d822b2cba49cb32c8f988a4ecfab13871b.tar.gz volse-hubzilla-296c84d822b2cba49cb32c8f988a4ecfab13871b.tar.bz2 volse-hubzilla-296c84d822b2cba49cb32c8f988a4ecfab13871b.zip |
Merge pull request #301 from simonlnu/master
fix admin links
Diffstat (limited to 'view/theme/dispy/light/style.less')
-rw-r--r-- | view/theme/dispy/light/style.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/light/style.less b/view/theme/dispy/light/style.less index 399578ba7..d2f72520f 100644 --- a/view/theme/dispy/light/style.less +++ b/view/theme/dispy/light/style.less @@ -285,7 +285,7 @@ h6 { #profile-listing-desc { // .box(25%, auto); // background: @menu_bg_colour; - color: @bg_colour; + color: @main_colour; // .borders(2px, outset, darken(@menu_bg_colour, 20%)); // .rounded_corners; padding: 5px; |