diff options
author | friendica <info@friendica.com> | 2013-01-23 17:51:44 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-23 17:51:44 -0800 |
commit | c1a5c88720cf00a041ac4838c4e799ee53933ae9 (patch) | |
tree | 856240d046f6763497cd6ae15231c228dc927acb | |
parent | 739ea78905a3d7707b747ca73874c3c2a73aca71 (diff) | |
download | volse-hubzilla-c1a5c88720cf00a041ac4838c4e799ee53933ae9.tar.gz volse-hubzilla-c1a5c88720cf00a041ac4838c4e799ee53933ae9.tar.bz2 volse-hubzilla-c1a5c88720cf00a041ac4838c4e799ee53933ae9.zip |
don't use the link colour for non-link things
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files 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 { |