Spaces:
Running
Running
openhands openhands commited on
Commit ·
783b63b
1
Parent(s): 8632836
Force dark border on category headers with !important
Browse filesCo-authored-by: openhands <openhands@all-hands.dev>
- content.py +5 -5
content.py
CHANGED
|
@@ -1021,19 +1021,19 @@ h3 .header-link-icon {
|
|
| 1021 |
font-weight: 700;
|
| 1022 |
font-size: 13px;
|
| 1023 |
color: var(--color-text-dark);
|
| 1024 |
-
border-bottom: 2px solid var(--color-primary-accent);
|
| 1025 |
-
border-right: 2px solid #333;
|
| 1026 |
white-space: nowrap;
|
| 1027 |
}
|
| 1028 |
|
| 1029 |
.dark .winners-unified-table .category-header {
|
| 1030 |
color: #fff;
|
| 1031 |
-
border-bottom-color: var(--color-primary-accent);
|
| 1032 |
-
border-right-color: var(--color-neutral-300);
|
| 1033 |
}
|
| 1034 |
|
| 1035 |
.winners-unified-table .category-header:last-child {
|
| 1036 |
-
border-right: none;
|
| 1037 |
}
|
| 1038 |
|
| 1039 |
.winner-category-icon-small {
|
|
|
|
| 1021 |
font-weight: 700;
|
| 1022 |
font-size: 13px;
|
| 1023 |
color: var(--color-text-dark);
|
| 1024 |
+
border-bottom: 2px solid var(--color-primary-accent) !important;
|
| 1025 |
+
border-right: 2px solid #333 !important;
|
| 1026 |
white-space: nowrap;
|
| 1027 |
}
|
| 1028 |
|
| 1029 |
.dark .winners-unified-table .category-header {
|
| 1030 |
color: #fff;
|
| 1031 |
+
border-bottom-color: var(--color-primary-accent) !important;
|
| 1032 |
+
border-right-color: var(--color-neutral-300) !important;
|
| 1033 |
}
|
| 1034 |
|
| 1035 |
.winners-unified-table .category-header:last-child {
|
| 1036 |
+
border-right: none !important;
|
| 1037 |
}
|
| 1038 |
|
| 1039 |
.winner-category-icon-small {
|