aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2014-02-02 08:33:26 -0800
committerThomas Willingham <beardyunixer@beardyunixer.com>2014-02-02 08:33:26 -0800
commit96e423dcfcb126241fb2787a816c687ce070cade (patch)
treeb1c90ab0f48c5ace67dac3ca1b90f5a1e9155d8e
parent5846dc105a368eb4000a97341890abd9fa27381a (diff)
parent16e818def78ce22527dcdd91d57dca8ee55b9069 (diff)
downloadvolse-hubzilla-96e423dcfcb126241fb2787a816c687ce070cade.tar.gz
volse-hubzilla-96e423dcfcb126241fb2787a816c687ce070cade.tar.bz2
volse-hubzilla-96e423dcfcb126241fb2787a816c687ce070cade.zip
Merge pull request #297 from tazmandevil/master
link hover colour remains user set link_colour (w/o change default,Mike)
-rw-r--r--view/theme/redbasic/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index fe6d24f18..776b4c31a 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -44,7 +44,7 @@ a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
text-decoration: none;
}
-a:hover, .fakelink:hover { color: #44AAFF; text-decoration: underline; }
+a:hover, .fakelink:hover { color: $link_colour; text-decoration: underline; }
.fakelink {
cursor: pointer;