Spaces:
Running
Running
Create theme.css
Browse files
theme.css
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.gr-button {
|
2 |
+
background-color: #3498db !important;
|
3 |
+
color: white;
|
4 |
+
}
|
5 |
+
.gr-button:hover {
|
6 |
+
background-color: #2980b9 !important;
|
7 |
+
}
|
8 |
+
.gr-textbox {
|
9 |
+
border-radius: 8px;
|
10 |
+
font-size: 1rem;
|
11 |
+
}
|