Yeb Havinga commited on
Commit
7ddfbb5
1 Parent(s): b4aaad0

Update demo

Browse files
Files changed (1) hide show
  1. style.css +37 -0
style.css ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body {
2
+ background-color: #eee;
3
+ }
4
+ .fullScreenFrame > div {
5
+ display: flex;
6
+ justify-content: center;
7
+ }
8
+ .stButton>button {
9
+ color: #4F8BF9;
10
+ border-radius: 50%;
11
+ height: 3em;
12
+ width: 3em;
13
+ }
14
+
15
+ .stTextInput>div>div>input {
16
+ color: #4F8BF9;
17
+ }
18
+ .stTextArea>div>div>input {
19
+ color: #4F8BF9;
20
+ }
21
+
22
+
23
+ .st-cj {
24
+ min-height: 500px;
25
+ spellcheck="false";
26
+ color: #4F8BF9;
27
+ }
28
+ .st-ch {
29
+ min-height: 500px;
30
+ spellcheck="false";
31
+ color: #4F8BF9;
32
+ }
33
+ .st-bb {
34
+ min-height: 500px;
35
+ spellcheck="false";
36
+ color: #4F8BF9;
37
+ }