Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Commit

Permalink
make background color better for Safari 15
Browse files Browse the repository at this point in the history
  • Loading branch information
eramdam committed Oct 3, 2021
1 parent 019bc99 commit 1b3d1f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/features/lightsOut.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ html.dark body[btd-theme='old-grey'] {
& .column-nav-item,
& .app-header,
& .app-title,
& .app-navigator {
& .app-navigator,
& {
background: var(--btd-theme-background-lighter);
}
}
8 changes: 8 additions & 0 deletions src/features/mainStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ html .btd-loaded .ovl {
/**
* Some fixes around default dark theme
*/

html.dark .lst-modal {
background: #15202b;
border: 1px solid #38444d;
Expand Down Expand Up @@ -200,3 +201,10 @@ html.dark .typeahead .js-hashtag {
grid-auto-flow: column;
grid-auto-columns: auto;
}

html body {
background-color: #1c2938;
}
html.dark body {
background-color: #15202b;
}

0 comments on commit 1b3d1f1

Please sign in to comment.