Browse Source

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

Set the output area font color to the default content color.
Steven Silvester 8 years ago
parent
commit
4503928901
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/notebook/output-area/index.css

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

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