imrpove contrast on darkzero blockquotes

This commit is contained in:
friendica 2012-02-26 00:53:31 -08:00
parent 828034ad23
commit 484426d3e2
2 changed files with 8 additions and 0 deletions

View File

@ -93,3 +93,7 @@ input#dfrn-url {
max-height: 20000px;
overflow: inherit;
}
blockquote {
background: #ddd;
color: #000;
}

View File

@ -88,3 +88,7 @@ input#dfrn-url {
#jot-title:focus {
border: 1px solid #cccccc;
}
blockquote {
background: #ddd;
color: #000;
}