Sfoglia il codice sorgente

Merge pull request #67 from jtpio/dark-theme-fixes

Fix search input for dark theme
KsavinN 5 anni fa
parent
commit
40f5805bb0
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      style/variables.css

+ 2 - 0
style/variables.css

@@ -99,6 +99,8 @@
 }
 
 .jp-DebuggerVariables-search input {
+  background: var(--jp-layout-color1);
+  color: var(--jp-ui-font-color1);
   min-height: 22px;
   vertical-align: top;
   width: 100%;