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

Change-Id: I917a8bf9728729d46981d120f510952a750b1270
Closes-Bug: #1900863
This commit is contained in:
Akihiro Motoki 2021-02-28 13:19:47 +09:00
parent 3fe0802eaa
commit f78a9c2c08
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 */