Welcome to mirror list, hosted at ThFree Co, Russian Federation.

theme_dark.scss « themes « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e6db6cd2a5e6a71b21943e5955333a4b60b9a24f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import './theme_helper';

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