Spaces:
Running
on
Zero
Running
on
Zero
Upload style.css
Browse files- static/style.css +7 -0
static/style.css
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.submit-btn {
|
2 |
+
background-color: #2980b9 !important;
|
3 |
+
color: white !important;
|
4 |
+
}
|
5 |
+
.submit-btn:hover {
|
6 |
+
background-color: #3498db !important;
|
7 |
+
}
|