diff --git a/css-template.css b/css-template.css index 9bc6965..ad2af2f 100644 --- a/css-template.css +++ b/css-template.css @@ -1858,9 +1858,14 @@ body { table#hnmain { width: 100%; } +/* wallabag */ .comment,#article { font-family: Brill,Roboto,sans-serif !important; } +/* list rendering improvement */ +.collection .collection-item, .card, .card-panel { + background-color: inherit; +} /* lesswrong */ .PostsPage-postContent { color: inherit;