mprateek commited on
Commit
29bf112
1 Parent(s): ec0147b

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +8 -0
style.css ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ /* style.css */
2
+ body {
3
+ background-color: white !important;
4
+ }
5
+
6
+ .stApp {
7
+ background-color: white;
8
+ }