debian-mirror-gitlab/app/assets/stylesheets/themes/theme_dark.scss
2020-11-24 15:15:51 +05:30

15 lines
186 B
SCSS

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