Skip to content

Commit

Permalink
Update dark mode styles, fix black box on stories. Closes #2982
Browse files Browse the repository at this point in the history
  • Loading branch information
dansup committed Oct 23, 2021
1 parent 1e44a81 commit 3169f68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/assets/sass/appdark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
background: #000 !important;
}

.story-viewer-component-card {
background: transparent !important;
}

.autocomplete-result-list {
z-index: 99999;
}
Expand Down

0 comments on commit 3169f68

Please sign in to comment.