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

pull/2984/head
Daniel Supernault 2021-10-22 18:56:29 -06:00
rodzic 1e44a8128a
commit 3169f68e65
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

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