diff options
author | Tazman DeVille <tazmandevil@gmx.com> | 2014-02-02 04:26:56 +0100 |
---|---|---|
committer | Tazman DeVille <tazmandevil@gmx.com> | 2014-02-02 04:26:56 +0100 |
commit | a2761213e025d55f96803847712db10ac5f8e78c (patch) | |
tree | 3dc6dc53f4e931bc2f017b3ca629345ab437cef5 /view/theme/redbasic/css | |
parent | 3b1346c143fef300cbf0bec38333b0b772a01ceb (diff) | |
download | volse-hubzilla-a2761213e025d55f96803847712db10ac5f8e78c.tar.gz volse-hubzilla-a2761213e025d55f96803847712db10ac5f8e78c.tar.bz2 volse-hubzilla-a2761213e025d55f96803847712db10ac5f8e78c.zip |
link colour options
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..c4eddc179 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: #7b0000; 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 +} |