소스 검색

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

Fix search input for dark theme
KsavinN 5 년 전
부모
커밋
40f5805bb0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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%;