10 lines
287 B
SCSS
10 lines
287 B
SCSS
// Link
|
|
$link-color: get-color-brand(secondary) !default;
|
|
|
|
$link-hover-color: get-color-brand(secondaryGradation) !default;
|
|
|
|
$link-visited-color: get-color(gray) !default;
|
|
|
|
$link-ghost-color: get-color(unique, white) !default;
|
|
|
|
$link-ghost-hover-color: get-color(blue, lighter) !default; |