imrpove contrast on darkzero blockquotes
This commit is contained in:
parent
828034ad23
commit
484426d3e2
|
@ -93,3 +93,7 @@ input#dfrn-url {
|
|||
max-height: 20000px;
|
||||
overflow: inherit;
|
||||
}
|
||||
blockquote {
|
||||
background: #ddd;
|
||||
color: #000;
|
||||
}
|
||||
|
|
|
@ -88,3 +88,7 @@ input#dfrn-url {
|
|||
#jot-title:focus {
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
blockquote {
|
||||
background: #ddd;
|
||||
color: #000;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue