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

ui_blue.scss « themes « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e223058be8b79cf17fef23b0c6debc610836cea0 (plain)
1
2
3
4
5
6
/**
 * Blue GitLab UI theme
 */
.ui_blue {
  @include dark-theme(#BECDE9, #2980b9, #1970a9, #096099);
}