From 21162bd5cd45bee33a8b6b3d876d69be7d080d8d Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 28 Sep 2020 21:41:22 +0200 Subject: [PATCH] Update stylesheet --- css-template.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css-template.css b/css-template.css index 7e99ea9..8fe01b4 100644 --- a/css-template.css +++ b/css-template.css @@ -1823,6 +1823,11 @@ body { .upcoming_view__background, .upcoming_view__calendar__wrapper { background-color: inherit; } +/* board view */ +.board_section, .board_view__section_board, +.board_task { + background-color: inherit; +} .item_due_selector, .theme_dark .item_due_selector, .theme_dark .item_actions .item_action, .item_actions .item_action .theme_dark .comments_container .user_name, .comments_container .user_name, @@ -1881,3 +1886,7 @@ table#hnmain { background-color: %base02% !important; color: inherit; } +/* microsoft academic */ +.primary_paper, .ma-tag .text { + background-color: inherit; +}