]> git.mxchange.org Git - friendica.git/commitdiff
couldn't distinguish links from black text, changed them to the header background...
authorMike Macgirvin <mike@macgirvin.com>
Sat, 9 Oct 2010 06:40:18 +0000 (23:40 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Sat, 9 Oct 2010 06:40:18 +0000 (23:40 -0700)
view/theme/default/style.css

index b8de47826139ef3b1ffaefde11e7a7cd7d9b20a6..af5c69496d728748b9f44ae246da6b3d09ab95ce 100644 (file)
@@ -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;