reiji-h 2 лет назад
Родитель
Сommit
97baa847d2
1 измененных файлов с 3 добавлено и 12 удалено
  1. 3 12
      packages/presentation/src/components/Presentation.global.scss

+ 3 - 12
packages/presentation/src/components/Presentation.global.scss

@@ -1,13 +1,4 @@
-:root[data-theme='light'] {
-  .reveal-viewport {
-    // adjust marp default theme
-    background-color: #fff;
-  }
-}
-
-:root[data-theme='dark'] {
-  .reveal-viewport {
-    // adjust marp default theme
-    background-color: #0d1117;
-  }
+.reveal-viewport {
+  // adjust marp default theme
+  background-color: #000;
 }