Spaces:
Runtime error
Runtime error
Update style.css
Browse files
style.css
CHANGED
@@ -11,11 +11,17 @@ a {
|
|
11 |
color: #ffaa66;
|
12 |
background-color: #005566;
|
13 |
font-family: 'IBM Plex Sans', sans-serif;
|
14 |
-
}
|
15 |
.gr-button {
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
}
|
20 |
input[type='range'] {
|
21 |
accent-color: #9d66e5;
|
|
|
11 |
color: #ffaa66;
|
12 |
background-color: #005566;
|
13 |
font-family: 'IBM Plex Sans', sans-serif;
|
|
|
14 |
.gr-button {
|
15 |
+
color: #ffffff !important;
|
16 |
+
text-shadow: 1px 1px 0 rgba(0, 0, 0, 1) !important;
|
17 |
+
background-image: linear-gradient(#76635a, #d2a489) !important;
|
18 |
+
border-radius: 24px !important;
|
19 |
+
border: solid 1px !important;
|
20 |
+
border-top-color: #ffc99f !important;
|
21 |
+
border-right-color: #000000 !important;
|
22 |
+
border-bottom-color: #000000 !important;
|
23 |
+
border-left-color: #ffc99f !important;
|
24 |
+
padding: 6px 30px;
|
25 |
}
|
26 |
input[type='range'] {
|
27 |
accent-color: #9d66e5;
|