scss: add $zebra-colour to themes not including _general.scss (#78122)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-06-02 10:57:57 +02:00
parent 54f1133be0
commit e3e5b5990f
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;