aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-01 20:47:19 -0800
committerfriendica <info@friendica.com>2014-02-01 20:47:19 -0800
commita9ceeff988235d2ae16c2f9683a3fe210e956645 (patch)
tree3aba0320fb2b3002014862035a698b963348c085 /view/theme/redbasic/css
parent8e8b49d18c9dfe8190f7cc392f01f85202c5107e (diff)
parentde412abe88a697f08755f09694fd16f9230482cb (diff)
downloadvolse-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.css6
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
+}