Update stylesheet

Improve wallabag article list rendering.
This commit is contained in:
Marty Oehme 2020-10-22 09:15:09 +02:00
parent c4826a0d3c
commit 9d4e143bbe
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
1 changed files with 5 additions and 0 deletions

View File

@ -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;