Browse Source

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

Fix search input for dark theme
KsavinN 5 years ago
parent
commit
40f5805bb0
1 changed files with 2 additions and 0 deletions
  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%;