1
0
Fork 0

Update dark mode styles, fix black box on stories. Closes #2982

This commit is contained in:
Daniel Supernault 2021-10-22 18:56:29 -06:00
parent 1e44a8128a
commit 3169f68e65
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@
background: #000 !important;
}
.story-viewer-component-card {
background: transparent !important;
}
.autocomplete-result-list {
z-index: 99999;
}