Ver Fonte

Make widgets white by default

Steven Silvester há 8 anos atrás
pai
commit
f518527078
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      src/default-theme/index.css

+ 5 - 0
src/default-theme/index.css

@@ -36,6 +36,11 @@ body {
 }
 
 
+.p-Widget {
+  background: white;
+}
+
+
 .jp-Document {
   min-width: 120px;
   min-height: 120px;