فهرست منبع

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);
 }