瀏覽代碼

Unset body color

Grant Nestor 6 年之前
父節點
當前提交
500e43bb6f
共有 1 個文件被更改,包括 5 次插入0 次删除
  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;