2
0
mirror of synced 2025-02-24 08:58:15 +00:00
blog/themes/embark/source/css/00-settings/_settings.links.scss
Jakub Sokołowski c7acd418c2
first commit
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-06-18 12:29:57 +02:00

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;