diff options
author | friendica <info@friendica.com> | 2014-02-01 20:47:19 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-01 20:47:19 -0800 |
commit | a9ceeff988235d2ae16c2f9683a3fe210e956645 (patch) | |
tree | 3aba0320fb2b3002014862035a698b963348c085 /view/theme/redbasic/css | |
parent | 8e8b49d18c9dfe8190f7cc392f01f85202c5107e (diff) | |
parent | de412abe88a697f08755f09694fd16f9230482cb (diff) | |
download | volse-hubzilla-a9ceeff988235d2ae16c2f9683a3fe210e956645.tar.gz volse-hubzilla-a9ceeff988235d2ae16c2f9683a3fe210e956645.tar.bz2 volse-hubzilla-a9ceeff988235d2ae16c2f9683a3fe210e956645.zip |
Merge pull request #296 from tazmandevil/master
link color
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 02832b5f0..1a36c1c43 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -40,11 +40,11 @@ abbr { a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link { font-weight: bold; - color: #0080FF; + color: $link_colour; text-decoration: none; } -a:hover, .fakelink:hover { color: #44AAFF; text-decoration: underline; } +a:hover, .fakelink:hover { color: #c40003; text-decoration: underline; } .fakelink { cursor: pointer; @@ -2449,4 +2449,4 @@ img.mail-list-sender-photo { .online-now { color: red; cursor: pointer; -}
\ No newline at end of file +} |