gitlab-org--gitlab-foss/app/assets/stylesheets/themes/theme_gray.scss

14 lines
169 B
SCSS

@import './theme_helper';
body {
&.ui-gray {
@include gitlab-theme(
$gray-200,
$gray-300,
$gray-500,
$gray-900,
$white
);
}
}