6 lines
105 B
SCSS
6 lines
105 B
SCSS
/**
|
|
* Modern GitLab UI theme
|
|
*/
|
|
.ui_modern {
|
|
@include dark-theme(#ADC, #019875, #018865, #017855);
|
|
}
|