Spaces:
Paused
Paused
Update style.css
Browse files
style.css
CHANGED
|
@@ -10,18 +10,18 @@ a {
|
|
| 10 |
gradio-container {
|
| 11 |
font-family: 'IBM Plex Sans', sans-serif;
|
| 12 |
}
|
| 13 |
-
gr-button {
|
| 14 |
color: white;
|
| 15 |
border-color: #9d66e5;
|
| 16 |
background: #9d66e5;
|
| 17 |
}
|
| 18 |
-
input[type='range'] {
|
| 19 |
accent-color: #9d66e5;
|
| 20 |
}
|
| 21 |
-
dark input[type='range'] {
|
| 22 |
accent-color: #dfdfdf;
|
| 23 |
}
|
| 24 |
-
container {
|
| 25 |
max-width: 800px;
|
| 26 |
margin: auto;
|
| 27 |
padding-top: 1.5rem;
|
|
@@ -40,10 +40,10 @@ container {
|
|
| 40 |
.details:hover {
|
| 41 |
text-decoration: underline;
|
| 42 |
}
|
| 43 |
-
gr-button {
|
| 44 |
white-space: nowrap;
|
| 45 |
}
|
| 46 |
-
gr-button:focus {
|
| 47 |
border-color: rgb(147 197 253 / var(--tw-border-opacity));
|
| 48 |
outline: none;
|
| 49 |
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
@@ -56,24 +56,24 @@ gr-button:focus {
|
|
| 56 |
#advanced-options {
|
| 57 |
margin-bottom: 20px;
|
| 58 |
}
|
| 59 |
-
footer {
|
| 60 |
margin-bottom: 45px;
|
| 61 |
margin-top: 35px;
|
| 62 |
text-align: center;
|
| 63 |
border-bottom: 1px solid #e5e5e5;
|
| 64 |
}
|
| 65 |
-
|
| 66 |
font-size: .8rem;
|
| 67 |
display: inline-block;
|
| 68 |
padding: 0 10px;
|
| 69 |
transform: translateY(10px);
|
| 70 |
background: white;
|
| 71 |
}
|
| 72 |
-
|
| 73 |
-
|
| 74 |
border-color: #303030;
|
| 75 |
}
|
| 76 |
-
|
| 77 |
background: #0b0f19;
|
| 78 |
}
|
| 79 |
.acknowledgments h4{
|
|
|
|
| 10 |
gradio-container {
|
| 11 |
font-family: 'IBM Plex Sans', sans-serif;
|
| 12 |
}
|
| 13 |
+
#gr-button {
|
| 14 |
color: white;
|
| 15 |
border-color: #9d66e5;
|
| 16 |
background: #9d66e5;
|
| 17 |
}
|
| 18 |
+
#input[type='range'] {
|
| 19 |
accent-color: #9d66e5;
|
| 20 |
}
|
| 21 |
+
#dark input[type='range'] {
|
| 22 |
accent-color: #dfdfdf;
|
| 23 |
}
|
| 24 |
+
#container {
|
| 25 |
max-width: 800px;
|
| 26 |
margin: auto;
|
| 27 |
padding-top: 1.5rem;
|
|
|
|
| 40 |
.details:hover {
|
| 41 |
text-decoration: underline;
|
| 42 |
}
|
| 43 |
+
#gr-button {
|
| 44 |
white-space: nowrap;
|
| 45 |
}
|
| 46 |
+
#gr-button:focus {
|
| 47 |
border-color: rgb(147 197 253 / var(--tw-border-opacity));
|
| 48 |
outline: none;
|
| 49 |
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
|
|
| 56 |
#advanced-options {
|
| 57 |
margin-bottom: 20px;
|
| 58 |
}
|
| 59 |
+
#footer {
|
| 60 |
margin-bottom: 45px;
|
| 61 |
margin-top: 35px;
|
| 62 |
text-align: center;
|
| 63 |
border-bottom: 1px solid #e5e5e5;
|
| 64 |
}
|
| 65 |
+
#footer>p {
|
| 66 |
font-size: .8rem;
|
| 67 |
display: inline-block;
|
| 68 |
padding: 0 10px;
|
| 69 |
transform: translateY(10px);
|
| 70 |
background: white;
|
| 71 |
}
|
| 72 |
+
#dark .logo{ filter: invert(1); }
|
| 73 |
+
#dark .footer {
|
| 74 |
border-color: #303030;
|
| 75 |
}
|
| 76 |
+
#dark .footer>p {
|
| 77 |
background: #0b0f19;
|
| 78 |
}
|
| 79 |
.acknowledgments h4{
|