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: 4c52cdc30dfad517fea73bffb5140dce9a23f7be (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-900,
      $gray-900,
      $white
    );
  }
}