debian-mirror-gitlab/app/assets/stylesheets/themes/theme_dark.scss
2021-12-11 22:18:48 +05:30

14 lines
186 B
SCSS

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