Merge "Allow themes to override bg color of even lines of horizon tables"

This commit is contained in:
Zuul 2021-03-04 14:49:01 +00:00 committed by Gerrit Code Review
commit b0c5567e62
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ $main-content-min-width: 900px !default;
$sidebar-width: 220px !default;
$border-color: #dddddd !default;
$table-bg-odd: $table-bg-accent !default;
$table-bg-even: #ffffff;
$table-bg-even: #ffffff !default;
/* Resource Browser */