Переглянути джерело

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

Daniel Supernault 3 роки тому
батько
коміт
3169f68e65
1 змінених файлів з 4 додано та 0 видалено
  1. 4 0
      resources/assets/sass/appdark.scss

+ 4 - 0
resources/assets/sass/appdark.scss

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