diff options
author | Simon <simon@kisikew.org> | 2012-05-21 03:49:46 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-05-21 03:49:46 -0700 |
commit | 997d88b4496a0358fb82dcf5b2590389128f7255 (patch) | |
tree | 4c5bbbd85a499bc3a9b4ec438200c3fa16e7ae53 /view/theme/dispy/light/style.less | |
parent | f982a8b3e54e47bfdaaa98c47a4af1af5e6cbe2a (diff) | |
parent | 627367e1ee241fcd3508dd5e8c0e021316420787 (diff) | |
download | volse-hubzilla-997d88b4496a0358fb82dcf5b2590389128f7255.tar.gz volse-hubzilla-997d88b4496a0358fb82dcf5b2590389128f7255.tar.bz2 volse-hubzilla-997d88b4496a0358fb82dcf5b2590389128f7255.zip |
Merge pull request #306 from simonlnu/master
more light fixes
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 86a30109b..92c8547ee 100644 --- a/view/theme/dispy/light/style.less +++ b/view/theme/dispy/light/style.less @@ -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; |