Update stylesheet
Improve wallabag article list rendering.
This commit is contained in:
parent
c4826a0d3c
commit
9d4e143bbe
1 changed files with 5 additions and 0 deletions
|
@ -1858,9 +1858,14 @@ body {
|
||||||
table#hnmain {
|
table#hnmain {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
/* wallabag */
|
||||||
.comment,#article {
|
.comment,#article {
|
||||||
font-family: Brill,Roboto,sans-serif !important;
|
font-family: Brill,Roboto,sans-serif !important;
|
||||||
}
|
}
|
||||||
|
/* list rendering improvement */
|
||||||
|
.collection .collection-item, .card, .card-panel {
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
/* lesswrong */
|
/* lesswrong */
|
||||||
.PostsPage-postContent {
|
.PostsPage-postContent {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
Loading…
Reference in a new issue