Update style.css
Browse files
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:
|
| 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 |
+
}
|