Spaces:
Running
Running
openhands openhands commited on
Commit ·
ff230f5
1
Parent(s): ccae857
Add dark border between category headers in Winners table
Browse files- Match header borders (2px #999) with data row category separators
Co-authored-by: openhands <openhands@all-hands.dev>
- content.py +2 -2
content.py
CHANGED
|
@@ -1022,14 +1022,14 @@ h3 .header-link-icon {
|
|
| 1022 |
font-size: 13px;
|
| 1023 |
color: var(--color-text-dark);
|
| 1024 |
border-bottom: 2px solid var(--color-primary-accent);
|
| 1025 |
-
border-right:
|
| 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-
|
| 1033 |
}
|
| 1034 |
|
| 1035 |
.winners-unified-table .category-header:last-child {
|
|
|
|
| 1022 |
font-size: 13px;
|
| 1023 |
color: var(--color-text-dark);
|
| 1024 |
border-bottom: 2px solid var(--color-primary-accent);
|
| 1025 |
+
border-right: 2px solid #999;
|
| 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-500);
|
| 1033 |
}
|
| 1034 |
|
| 1035 |
.winners-unified-table .category-header:last-child {
|