Skip to content

Commit a8f0f30

Browse files
committedDec 9, 2021
Modify default link & link hover colours
1 parent e3ecfb2 commit a8f0f30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎_sass/_dd-bootstrap-variable-overrides.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ $line-height-base: 1.6; //** custom [orig: 1.428571429 (i.e 20/14)]
4343

4444
$text-color: #3a3a3a; //** custom [orig: $gray-dark]
4545

46-
$link-color: #2c6ce4;//lighten($link-hover-color, 5%); //** custom [orig: $brand-primary]
46+
$link-color: lighten($brand-primary, 10%); //** custom [orig: $brand-primary]
47+
4748
$link-hover-color: darken($link-color, 10%);//** custom [orig: darken($link-color, 15%)]
4849
$link-hover-decoration: underline; //** bootstrap default
4950

0 commit comments

Comments
 (0)
Please sign in to comment.