Update stylesheet

This commit is contained in:
Marty Oehme 2020-09-28 21:41:22 +02:00
parent 452ed51eb8
commit 21162bd5cd
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
1 changed files with 9 additions and 0 deletions

View File

@ -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;
}