7 lines
104 B
SCSS
7 lines
104 B
SCSS
|
/**
|
||
|
* Blue GitLab UI theme
|
||
|
*/
|
||
|
.ui_blue {
|
||
|
@include dark-theme(#BECDE9, #2980b9, #1970a9, #096099);
|
||
|
}
|