Selaa lähdekoodia

Unset body color

Grant Nestor 6 vuotta sitten
vanhempi
commit
500e43bb6f
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      packages/ui-components/style/index.css

+ 5 - 0
packages/ui-components/style/index.css

@@ -14,6 +14,11 @@ html {
   box-sizing: unset;
 }
 
+body {
+  color: unset;
+  font-family: var(--jp-ui-font-family);
+}
+
 p {
   margin-top: unset;
   margin-bottom: unset;