Skip to content

Commit 1b22e79

Browse files
committed
Update the background-color of the table headers #1268
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 56a295b commit 1b22e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scancodeio/static/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ svg {
195195
thead.is-sticky {
196196
top: -1px;
197197
z-index: 19;
198-
background-color: var(--bulma-scheme-main);
198+
background-color: var(--bulma-table-striped-row-even-background-color);
199199
box-shadow: 0 2px 0 var(--bulma-border);
200200
}
201201
#column-runs {

0 commit comments

Comments
 (0)