Browse Source

fix: theme

Ahmad Kholid 2 years ago
parent
commit
0901601e2f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/assets/css/tailwind.css

+ 4 - 0
src/assets/css/tailwind.css

@@ -32,6 +32,10 @@
   @apply dark:border-gray-700;
 }
 
+html.dark {
+  @apply bg-gray-900;
+}
+
 body, :host {
   font-family: 'Inter var' !important;
   font-size: 16px !important;