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

Change Winners header gradient from yellow-green to yellow-darker yellow

Browse files

- Use primary-600 (#DCC257) instead of green for gradient end color

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

Files changed (1) hide show
  1. content.py +2 -2
content.py CHANGED
@@ -1008,11 +1008,11 @@ h3 .header-link-icon {
1008
  }
1009
 
1010
  .winners-unified-table thead tr {
1011
- background: linear-gradient(to right, rgba(255, 225, 101, 0.15), rgba(188, 255, 140, 0.15));
1012
  }
1013
 
1014
  .dark .winners-unified-table thead tr {
1015
- background: linear-gradient(to right, rgba(255, 225, 101, 0.2), rgba(188, 255, 140, 0.2));
1016
  }
1017
 
1018
  .winners-unified-table .category-header {
 
1008
  }
1009
 
1010
  .winners-unified-table thead tr {
1011
+ background: linear-gradient(to right, rgba(255, 225, 101, 0.15), rgba(220, 194, 87, 0.25));
1012
  }
1013
 
1014
  .dark .winners-unified-table thead tr {
1015
+ background: linear-gradient(to right, rgba(255, 225, 101, 0.2), rgba(220, 194, 87, 0.3));
1016
  }
1017
 
1018
  .winners-unified-table .category-header {