From b4cb275a2451a8cd81e3f0cc4cea8a3e2ff9b2fc Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 22 Dec 2020 11:28:11 +0100 Subject: [PATCH] Update stylesheet Improve wallabag and moodle rendering. --- css-template.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/css-template.css b/css-template.css index ad2af2f..bb21a9d 100644 --- a/css-template.css +++ b/css-template.css @@ -1859,8 +1859,10 @@ table#hnmain { width: 100%; } /* wallabag */ -.comment,#article { +.comment,#article, #article { font-family: Brill,Roboto,sans-serif !important; + background-color: inherit; + box-shadow: 0 0 10px %base04%; } /* list rendering improvement */ .collection .collection-item, .card, .card-panel { @@ -1903,3 +1905,14 @@ table#hnmain { .commentarea, .comments-page .comment { background-color: inherit !important; } +/* outline */ +.yue { + color: inherit; +} +.wy-nav-content, .wy-nav-content-wrap { + background-color: inherit; +} +/* moodle */ +#region-main { + background-color: inherit; +}