From 2056c665cc4e5cfd3e91f5da5b478039c0ca2021 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 1 Aug 2020 09:06:05 +0200 Subject: [PATCH] Update stylesheet --- css-template.css | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/css-template.css b/css-template.css index b0cb090..d4d1073 100644 --- a/css-template.css +++ b/css-template.css @@ -1721,7 +1721,7 @@ a.comment-user.owner { .header p { color: #645240 !important } -.main, .header, .navbar-gitlab, .file-holder .file-content, .md, .timeline-entry { +.main, .header, .navbar-gitlab, .file-holder .file-content, .md, .timeline-entry, body>.wrapper { background-color: inherit !important; } .notifications-list-item.notification-unread .notification-list-item-link { @@ -1845,3 +1845,35 @@ body { .dx { color: inherit; } +/* hackernews ( & wallabag ) */ +table#hnmain { + width: 100%; +} +.comment,#article { + font-family: Brill,Roboto,sans-serif !important; +} +/* lesswrong */ +.PostsPage-postContent { + color: inherit; +} +/* cristian.io */ +.section { + background-color: inherit; +} +/* goodreads */ +.mainContent, .mainContentFloat { + background-color: inherit; +} +/* github */ +.bg-gray-light { + background-color: inherit !important; +} +/* gitea header, repo, markdown readme, tables */ +.repository, .repository .header-wrapper, .ui.table, .ui.table tbody tr, .ui.attached.table, .ui.attached.table.segment, footer { + background-color: inherit !important; + color: inherit !important; +} +.ui.button, .ui.tabular.menu .active.item, .ui.segment { + background-color: %base02% !important; + color: inherit; +}