Update stylesheet
This commit is contained in:
parent
452ed51eb8
commit
21162bd5cd
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue