Explorar el Código

Mobile nav icon fix

David Hill hace 6 meses
padre
commit
2bd0c9c6d2
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      packages/console/app/src/routes/index.css

+ 4 - 0
packages/console/app/src/routes/index.css

@@ -29,6 +29,10 @@
   --color-icon: hsl(0, 1%, 55%);
 }
 
+body {
+  background: var(--color-background);
+}
+
 [data-page="opencode"] {
   @media (prefers-color-scheme: dark) {
     --color-background: hsl(0, 9%, 7%);