6 lines
104 B
SCSS
6 lines
104 B
SCSS
/**
|
|
* Gray GitLab UI theme
|
|
*/
|
|
.ui_gray {
|
|
@include dark-theme(#979797, #373737, #272727, #222222);
|
|
}
|