From c1a5c88720cf00a041ac4838c4e799ee53933ae9 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 23 Jan 2013 17:51:44 -0800 Subject: don't use the link colour for non-link things --- view/theme/redbasic/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index fc5f41752..7302891e5 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -24,7 +24,7 @@ abbr { aside { border: none; -color: #0080FF; +color: #444444; } /* icons */ @@ -665,7 +665,7 @@ input#dfrn-url { padding: 0px 0px 5px 0px; font-size: 120%; font-weight: bold; - color: #0080FF; + color: #444444; } .vcard .title { -- cgit v1.2.3