Revert "Increase contract in dropdown titles"
Browse filesThis reverts commit d98e64a25f2577637f13d5b59c7c3b1ce0e5924c.
app.py
CHANGED
|
@@ -352,11 +352,6 @@ body {
|
|
| 352 |
justify-content: center;
|
| 353 |
margin-top: 30px;
|
| 354 |
}
|
| 355 |
-
.povisle-links-row a,
|
| 356 |
-
.povisle-links-row a:hover,
|
| 357 |
-
.povisle-links-row a:visited {
|
| 358 |
-
text-decoration: none !important;
|
| 359 |
-
}
|
| 360 |
.povisle-btn {
|
| 361 |
align-items: center;
|
| 362 |
border: 1px solid transparent;
|
|
@@ -367,7 +362,7 @@ body {
|
|
| 367 |
gap: 7px;
|
| 368 |
line-height: 1;
|
| 369 |
padding: 10px 18px;
|
| 370 |
-
text-decoration: none
|
| 371 |
transition: all 0.18s ease;
|
| 372 |
}
|
| 373 |
.povisle-btn svg {
|
|
@@ -810,8 +805,8 @@ body {
|
|
| 810 |
}
|
| 811 |
.block label span,
|
| 812 |
.block .label-wrap span {
|
| 813 |
-
color:
|
| 814 |
-
font-weight:
|
| 815 |
}
|
| 816 |
@media (max-width: 760px) {
|
| 817 |
.gradio-container {
|
|
|
|
| 352 |
justify-content: center;
|
| 353 |
margin-top: 30px;
|
| 354 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 355 |
.povisle-btn {
|
| 356 |
align-items: center;
|
| 357 |
border: 1px solid transparent;
|
|
|
|
| 362 |
gap: 7px;
|
| 363 |
line-height: 1;
|
| 364 |
padding: 10px 18px;
|
| 365 |
+
text-decoration: none;
|
| 366 |
transition: all 0.18s ease;
|
| 367 |
}
|
| 368 |
.povisle-btn svg {
|
|
|
|
| 805 |
}
|
| 806 |
.block label span,
|
| 807 |
.block .label-wrap span {
|
| 808 |
+
color: var(--povisle-muted) !important;
|
| 809 |
+
font-weight: 600 !important;
|
| 810 |
}
|
| 811 |
@media (max-width: 760px) {
|
| 812 |
.gradio-container {
|