Change color of <q> tags for black theme
This commit is contained in:
parent
a006a93a04
commit
205aef595b
2 changed files with 7 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -214,6 +214,10 @@ article.feed-parsing-error {
|
|||
border-color: #888;
|
||||
}
|
||||
|
||||
.entry-content q {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.entry-enclosure {
|
||||
border-color: #333;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue