Skip to content
Snippets Groups Projects
Commit dceb066c authored by Olivia206's avatar Olivia206
Browse files

added variable for offset links

parent 11b31371
No related merge requests found
......@@ -9,6 +9,7 @@ $color-background: #FFFFFF !default
$body-color: $color-text !default
$body-background-color: $color-background !default
$link-color: $color-text !default
$link-underline-offset: 6px !default
// TYPOGRAPHY
......
......@@ -43,7 +43,7 @@
text-decoration-color: rgba($color, 0.3)
text-decoration-line: underline
text-decoration-thickness: 1px
text-underline-offset: 6px
text-underline-offset: $link-underline-offset
transition: text-decoration-color .3s ease
&:hover
text-decoration-color: rgba($color, 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment