diff options
author | Simon <simon@kisikew.org> | 2012-05-20 11:38:25 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-05-20 11:38:25 -0700 |
commit | 34423e4b3281434ceccfea132fb3e3bbc7169d00 (patch) | |
tree | 02154f61baa702e8aa660542b8a390eee58d2c0c /view/theme/dispy/light/style.less | |
parent | f16a1199408d167bbc7c52dc408ef02b36808317 (diff) | |
parent | 2ac55c9f21f859e626da94fd6c87015c066603ee (diff) | |
download | volse-hubzilla-34423e4b3281434ceccfea132fb3e3bbc7169d00.tar.gz volse-hubzilla-34423e4b3281434ceccfea132fb3e3bbc7169d00.tar.bz2 volse-hubzilla-34423e4b3281434ceccfea132fb3e3bbc7169d00.zip |
Merge pull request #303 from simonlnu/master
fix brown paper bag with dispy light
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 4e1b85031..ed9dfdd69 100644 --- a/view/theme/dispy/light/style.less +++ b/view/theme/dispy/light/style.less @@ -295,7 +295,7 @@ h6 { .box_shadow(4px, 4px, 7px); } a { - color: @bg_colour; + color: @main_colour; // font-size: smaller; font-weight: bold; } |