Преглед на файлове

Merge pull request #1206 from jasongrout/output-font-color

Set the output area font color to the default content color.
Steven Silvester преди 8 години
родител
ревизия
4503928901
променени са 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);
 }