Explorar o código

black background-color

reiji-h %!s(int64=2) %!d(string=hai) anos
pai
achega
97baa847d2
Modificáronse 1 ficheiros con 3 adicións e 12 borrados
  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;
 }