瀏覽代碼

Set the output area font color to the default content color.

Jason Grout 8 年之前
父節點
當前提交
ba2c5f5aef
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/notebook/output-area/index.css

+ 1 - 0
src/notebook/output-area/index.css

@@ -62,6 +62,7 @@
 .jp-Output {
   display: flex;
   flex-direction: row;
+  color: var(--jp-content-font-color1);
 }