Spaces:
Sleeping
Sleeping
Create style.css
Browse files
style.css
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/* style.css */
|
| 2 |
+
body {
|
| 3 |
+
background-color: #f7fafc;
|
| 4 |
+
color: #0f172a;
|
| 5 |
+
font-family: "Inter", "Helvetica", sans-serif;
|
| 6 |
+
}
|
| 7 |
+
|
| 8 |
+
h1 {
|
| 9 |
+
color: #0b5cff;
|
| 10 |
+
}
|
| 11 |
+
|
| 12 |
+
.stButton>button {
|
| 13 |
+
border-radius: 8px;
|
| 14 |
+
background-color: #2563eb;
|
| 15 |
+
color: white;
|
| 16 |
+
padding: 0.6em 1.2em;
|
| 17 |
+
}
|