diff options
author | marijus <mario@localhost.localdomain> | 2014-02-02 17:50:24 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2014-02-02 17:50:24 +0100 |
commit | 8568eb287338c3222fcfb4a81f7a2c04dd114751 (patch) | |
tree | b1c90ab0f48c5ace67dac3ca1b90f5a1e9155d8e /view/theme/redbasic | |
parent | 9fcc2a18dfb042eca619d338ed6615bff3784be5 (diff) | |
parent | 96e423dcfcb126241fb2787a816c687ce070cade (diff) | |
download | volse-hubzilla-8568eb287338c3222fcfb4a81f7a2c04dd114751.tar.gz volse-hubzilla-8568eb287338c3222fcfb4a81f7a2c04dd114751.tar.bz2 volse-hubzilla-8568eb287338c3222fcfb4a81f7a2c04dd114751.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
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; |