debian-mirror-gitlab/app/assets/stylesheets/themes/theme_gray.scss
2022-10-11 01:57:18 +05:30

13 lines
169 B
SCSS

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