]> git.mxchange.org Git - friendica.git/commitdiff
imrpove contrast on darkzero blockquotes
authorfriendica <info@friendica.com>
Sun, 26 Feb 2012 08:53:31 +0000 (00:53 -0800)
committerfriendica <info@friendica.com>
Sun, 26 Feb 2012 08:53:31 +0000 (00:53 -0800)
view/theme/darkzero-NS/style.css
view/theme/darkzero/style.css

index ca434afd03a0676ddb023f1b6f75f5f26372fe1a..a2405a763d29a433faa3c1de405ad724a60dc4b3 100755 (executable)
@@ -93,3 +93,7 @@ input#dfrn-url {
        max-height: 20000px;
        overflow: inherit;
 }
+blockquote {
+       background: #ddd;
+       color: #000;
+}
index 25ae0c71ffa22859c614b6308816d7a748efcc44..fdaf26f192aa9ad7d40990be7987fc1141daf720 100755 (executable)
@@ -88,3 +88,7 @@ input#dfrn-url {
 #jot-title:focus {
        border: 1px solid #cccccc; 
 }
+blockquote {
+       background: #ddd;
+       color: #000;
+}