Spaces:
Runtime error
Runtime error
Update style.css
Browse files
style.css
CHANGED
@@ -8,20 +8,20 @@ a {
|
|
8 |
text-decoration: underline;
|
9 |
}
|
10 |
.gradio-container {
|
11 |
-
color: #
|
12 |
-
background-color: #
|
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(#
|
19 |
border-radius: 24px !important;
|
20 |
border: solid 1px !important;
|
21 |
-
border-top-color: #
|
22 |
border-right-color: #000000 !important;
|
23 |
border-bottom-color: #000000 !important;
|
24 |
-
border-left-color: #
|
25 |
padding: 6px 30px;
|
26 |
}
|
27 |
input[type='range'] {
|
@@ -93,5 +93,4 @@ input[type='range'] {
|
|
93 |
margin: 1.25em 0 .25em 0;
|
94 |
font-weight: bold;
|
95 |
font-size: 115%;
|
96 |
-
}
|
97 |
-
|
|
|
8 |
text-decoration: underline;
|
9 |
}
|
10 |
.gradio-container {
|
11 |
+
color: #ffffaa;
|
12 |
+
background-color: #000066;
|
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(#76665a, #d2c289) !important;
|
19 |
border-radius: 24px !important;
|
20 |
border: solid 1px !important;
|
21 |
+
border-top-color: #ffef9f !important;
|
22 |
border-right-color: #000000 !important;
|
23 |
border-bottom-color: #000000 !important;
|
24 |
+
border-left-color: #ffef9f !important;
|
25 |
padding: 6px 30px;
|
26 |
}
|
27 |
input[type='range'] {
|
|
|
93 |
margin: 1.25em 0 .25em 0;
|
94 |
font-weight: bold;
|
95 |
font-size: 115%;
|
96 |
+
}
|
|