diff options
author | Simon <simon@kisikew.org> | 2012-05-16 02:52:35 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-05-16 02:52:35 -0700 |
commit | becfe1f6f7aab1e2b6ae6c17bfae6b9c36ad260c (patch) | |
tree | fc7a96d21a90e67cade163d9a437284bcad9d42b /view/theme/dispy/dark/style.less | |
parent | 423864dc2300231a0e1351253e4a792236da3810 (diff) | |
parent | a8a3732f05f9651ddedd779c2c0080de0034751d (diff) | |
download | volse-hubzilla-becfe1f6f7aab1e2b6ae6c17bfae6b9c36ad260c.tar.gz volse-hubzilla-becfe1f6f7aab1e2b6ae6c17bfae6b9c36ad260c.tar.bz2 volse-hubzilla-becfe1f6f7aab1e2b6ae6c17bfae6b9c36ad260c.zip |
Merge pull request #300 from simonlnu/master
*sigh*. fix dark *again*
Diffstat (limited to 'view/theme/dispy/dark/style.less')
-rw-r--r-- | view/theme/dispy/dark/style.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/dark/style.less b/view/theme/dispy/dark/style.less index fb8769a87..f2714b717 100644 --- a/view/theme/dispy/dark/style.less +++ b/view/theme/dispy/dark/style.less @@ -2352,7 +2352,7 @@ div { .sidebar-group-element { padding: 3px; &:hover { - color: @bg_colour; + color: @main_colour; background: @shiny_colour; .borders(1px, solid, @hover_colour); padding: 3px; |