mirror of
https://github.com/miniflux/v2.git
synced 2025-08-11 17:51:01 +00:00
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;
|
border-color: #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.entry-content q {
|
||||||
|
color: #777;
|
||||||
|
}
|
||||||
|
|
||||||
.entry-enclosure {
|
.entry-enclosure {
|
||||||
border-color: #333;
|
border-color: #333;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue