debian-mirror-gitlab/app/assets/stylesheets/themes/ui_gray.scss

7 lines
104 B
SCSS
Raw Normal View History

2014-09-02 18:07:02 +05:30
/**
2015-04-26 12:48:37 +05:30
* Gray GitLab UI theme
2014-09-02 18:07:02 +05:30
*/
.ui_gray {
2015-04-26 12:48:37 +05:30
@include dark-theme(#979797, #373737, #272727, #222222);
2014-09-02 18:07:02 +05:30
}