maria355 commited on
Commit
76d0f1a
·
verified ·
1 Parent(s): 77aa604

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +26 -26
style.css CHANGED
@@ -1,26 +1,26 @@
1
- body {
2
- background-color: #111 !important;
3
- color: #fff !important;
4
- }
5
- .title {
6
- text-align: center;
7
- font-size: 2.5rem;
8
- color: #00f5d4;
9
- }
10
- h1, h2, h3, .stTextInput label {
11
- color: #0ff;
12
- }
13
- hr {
14
- margin-top: 2rem;
15
- border: 1px solid #444;
16
- }
17
- .stTextInput input, .stNumberInput input {
18
- background-color: #222;
19
- color: #0ff;
20
- }
21
- .stButton>button {
22
- background-color: #00f5d4;
23
- color: black;
24
- font-weight: bold;
25
- border-radius: 10px;
26
- }
 
1
+ body {
2
+ background-color: #111 !important;
3
+ color: #fff !important;
4
+ }
5
+ .title {
6
+ text-align: center;
7
+ font-size: 2.5rem;
8
+ color: #00f5d4;
9
+ }
10
+ h1, h2, h3, .stTextInput label {
11
+ color: rgb(62, 2, 6);
12
+ }
13
+ hr {
14
+ margin-top: 2rem;
15
+ border: 1px solid #444;
16
+ }
17
+ .stTextInput input, .stNumberInput input {
18
+ background-color: #222;
19
+ color: #0ff;
20
+ }
21
+ .stButton>button {
22
+ background-color: #00f5d4;
23
+ color: black;
24
+ font-weight: bold;
25
+ border-radius: 10px;
26
+ }