diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-08 23:40:18 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-08 23:40:18 -0700 |
commit | beb9fe3ff13091ddcad9d2bafa281ade9258b315 (patch) | |
tree | 3c8ae9f5d4f2f381d9ac47043e17e6da72201062 /view/theme | |
parent | 4714f3a9e15788c8b4b444dd8507c9e104f16a4e (diff) | |
download | volse-hubzilla-beb9fe3ff13091ddcad9d2bafa281ade9258b315.tar.gz volse-hubzilla-beb9fe3ff13091ddcad9d2bafa281ade9258b315.tar.bz2 volse-hubzilla-beb9fe3ff13091ddcad9d2bafa281ade9258b315.zip |
couldn't distinguish links from black text, changed them to the header background colour
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/default/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index b8de47826..af5c69496 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -19,7 +19,8 @@ body { margin-left: 10px; } a, a:visited { - color: #343639; +/* color: #34366A; */ + color: #15607B; text-decoration: none; } a:hover { @@ -71,7 +72,7 @@ blockquote:before { } .fakelink, .fakelink:visited { - color: #343639; + color: #15607B; text-decoration: none; cursor: pointer; margin-top: 15px; |