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

7 lines
105 B
SCSS
Raw Normal View History

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