Explorar o código

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

Jason Grout %!s(int64=8) %!d(string=hai) anos
pai
achega
ba2c5f5aef
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);
 }