Change color of <q> tags for black theme

This commit is contained in:
Frédéric Guillot 2018-02-10 22:34:50 -08:00
parent a006a93a04
commit 205aef595b
2 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -214,6 +214,10 @@ article.feed-parsing-error {
border-color: #888;
}
.entry-content q {
color: #777;
}
.entry-enclosure {
border-color: #333;
}