Spaces:
Runtime error
Runtime error
Update style.css
Browse files
style.css
CHANGED
@@ -13,9 +13,16 @@ a {
|
|
13 |
font-family: 'IBM Plex Sans', sans-serif;
|
14 |
}
|
15 |
.gr-button {
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
}
|
20 |
input[type='range'] {
|
21 |
accent-color: #9d66e5;
|
@@ -45,9 +52,6 @@ input[type='range'] {
|
|
45 |
.details:hover {
|
46 |
text-decoration: underline;
|
47 |
}
|
48 |
-
.gr-button {
|
49 |
-
white-space: nowrap;
|
50 |
-
}
|
51 |
.gr-button:focus {
|
52 |
border-color: rgb(255 160 0 / var(--tw-border-opacity));
|
53 |
outline: none;
|
|
|
13 |
font-family: 'IBM Plex Sans', sans-serif;
|
14 |
}
|
15 |
.gr-button {
|
16 |
+
color: #ffffff !important;
|
17 |
+
text-shadow: 1px 1px 0 rgba(0, 0, 0, 1) !important;
|
18 |
+
background-image: linear-gradient(#76635a, #d2a489) !important;
|
19 |
+
border-radius: 24px !important;
|
20 |
+
border: solid 1px !important;
|
21 |
+
border-top-color: #ffc99f !important;
|
22 |
+
border-right-color: #000000 !important;
|
23 |
+
border-bottom-color: #000000 !important;
|
24 |
+
border-left-color: #ffc99f !important;
|
25 |
+
padding: 6px 30px;
|
26 |
}
|
27 |
input[type='range'] {
|
28 |
accent-color: #9d66e5;
|
|
|
52 |
.details:hover {
|
53 |
text-decoration: underline;
|
54 |
}
|
|
|
|
|
|
|
55 |
.gr-button:focus {
|
56 |
border-color: rgb(255 160 0 / var(--tw-border-opacity));
|
57 |
outline: none;
|