openhands openhands commited on
Commit
eb54922
·
1 Parent(s): d3a0750

Revert category borders to #999 (medium grey)

Browse files

Co-authored-by: openhands <openhands@all-hands.dev>

Files changed (1) hide show
  1. 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) !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 {
@@ -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 #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) {
 
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 #999 !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-500) !important;
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 #999;
1088
  }
1089
 
1090
  .dark .winners-unified-table .model-cell {
1091
  color: #fff;
1092
+ border-right-color: var(--color-neutral-500);
1093
  }
1094
 
1095
  .winners-unified-table td:nth-last-child(1) {