Spaces:
Running
Running
openhands openhands commited on
Commit ·
8632836
1
Parent(s): ff230f5
Use darker border (#333) between categories in Winners table
Browse files- Changed from #999 to #333 for more visible category separation
Co-authored-by: openhands <openhands@all-hands.dev>
- content.py +4 -4
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: 2px solid #
|
| 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 {
|
|
@@ -1084,12 +1084,12 @@ h3 .header-link-icon {
|
|
| 1084 |
color: var(--color-text-dark);
|
| 1085 |
font-weight: 500;
|
| 1086 |
padding-right: 12px;
|
| 1087 |
-
border-right: 2px solid #
|
| 1088 |
}
|
| 1089 |
|
| 1090 |
.dark .winners-unified-table .model-cell {
|
| 1091 |
color: #fff;
|
| 1092 |
-
border-right-color: var(--color-neutral-
|
| 1093 |
}
|
| 1094 |
|
| 1095 |
.winners-unified-table td:nth-last-child(1) {
|
|
|
|
| 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 {
|
|
|
|
| 1084 |
color: var(--color-text-dark);
|
| 1085 |
font-weight: 500;
|
| 1086 |
padding-right: 12px;
|
| 1087 |
+
border-right: 2px solid #333;
|
| 1088 |
}
|
| 1089 |
|
| 1090 |
.dark .winners-unified-table .model-cell {
|
| 1091 |
color: #fff;
|
| 1092 |
+
border-right-color: var(--color-neutral-300);
|
| 1093 |
}
|
| 1094 |
|
| 1095 |
.winners-unified-table td:nth-last-child(1) {
|