aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-01 21:03:46 -0800
committerfriendica <info@friendica.com>2014-02-01 21:03:46 -0800
commit34850289ffd35efcc96c267e9d8b0207db83e575 (patch)
tree9d454ca490fc6952964322d81b36aaf8e2b137aa /view/theme/redbasic/css
parent61cc4de2255b344e9f607ae9fa545f45d7423b56 (diff)
parenta9ceeff988235d2ae16c2f9683a3fe210e956645 (diff)
downloadvolse-hubzilla-34850289ffd35efcc96c267e9d8b0207db83e575.tar.gz
volse-hubzilla-34850289ffd35efcc96c267e9d8b0207db83e575.tar.bz2
volse-hubzilla-34850289ffd35efcc96c267e9d8b0207db83e575.zip
Merge https://github.com/friendica/red into zpull
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
+}