Update stylesheet
Add reddit comment area. Improve medium text rendering.
This commit is contained in:
parent
97d49aaae4
commit
c4826a0d3c
1 changed files with 5 additions and 1 deletions
|
@ -1851,7 +1851,7 @@ body {
|
||||||
|
|
||||||
/* medium */
|
/* medium */
|
||||||
/* medium has top level dx class override anything in each text paragraph :\ */
|
/* medium has top level dx class override anything in each text paragraph :\ */
|
||||||
.dx {
|
.dx, .em {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
/* hackernews ( & wallabag ) */
|
/* hackernews ( & wallabag ) */
|
||||||
|
@ -1894,3 +1894,7 @@ table#hnmain {
|
||||||
.v83gc, .YoVtqb, .eh5oYe, .Gk2izd, .GENA3c {
|
.v83gc, .YoVtqb, .eh5oYe, .Gk2izd, .GENA3c {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
}
|
}
|
||||||
|
/* reddit */
|
||||||
|
.commentarea, .comments-page .comment {
|
||||||
|
background-color: inherit !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue