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

ui_gray.scss « themes « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9257e5f4d401193664c84ce4e9f64c13e055ba4b (plain)
1
2
3
4
5
6
/**
 * Gray GitLab UI theme
 */
.ui_gray {
  @include dark-theme(#979797, #373737, #272727, #222222);
}