gitlab-org--gitlab-foss/app/assets/stylesheets/themes/ui_modern.scss

7 lines
105 B
SCSS
Raw Normal View History

2012-02-26 17:41:53 -05:00
/**
2015-02-25 01:19:14 -05:00
* Modern GitLab UI theme
2012-02-26 17:41:53 -05:00
*/
.ui_modern {
2015-02-25 01:19:14 -05:00
@include dark-theme(#ADC, #019875, #018865, #017855);
}