scss: add $zebra-colour to themes not including _general.scss (#78122) #299

Merged
fpeters merged 1 commits from wip/78122-zebrasbourg into main 2023-06-02 11:08:20 +02:00
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,8 @@ $table-headers-font-weight: 600;
$table-headers-text-transform: inherit;
$table-headers-font-family: inherit;
$zebra-color: hsla(0, 0%, 0%, 0.06) !default;
@import 'utils';
@import 'table';
@import 'wcs/evaluation';

View File

@ -22,6 +22,7 @@ $nav-mobile-mode: none;
$button-focus-outline: none;
$link-decoration: none;
$link-hover-decoration: none;
$zebra-color: hsla(0, 0%, 0%, 0.06) !default;
$widget-background: white !default;
$widget-color: $font-color !default;