From 9d4e143bbeb5dab31a583bb372bd8d1c1162b187 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 22 Oct 2020 09:15:09 +0200 Subject: [PATCH] Update stylesheet Improve wallabag article list rendering. --- css-template.css | 5 +++++ 1 file changed, 5 insertions(+) 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;