Update stylesheet

Add reddit comment area.

Improve medium text rendering.
This commit is contained in:
Marty Oehme 2020-10-19 10:01:03 +02:00
parent 97d49aaae4
commit c4826a0d3c
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
1 changed files with 5 additions and 1 deletions

View File

@ -1851,7 +1851,7 @@ body {
/* medium */
/* medium has top level dx class override anything in each text paragraph :\ */
.dx {
.dx, .em {
color: inherit;
}
/* hackernews ( & wallabag ) */
@ -1894,3 +1894,7 @@ table#hnmain {
.v83gc, .YoVtqb, .eh5oYe, .Gk2izd, .GENA3c {
background-color: inherit;
}
/* reddit */
.commentarea, .comments-page .comment {
background-color: inherit !important;
}