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