// Links
//
// Style anchor elements.
//refers to primary color, which is reassigned in modified-color-variables, therefore needs to be re-assigned here
$link-color: theme-color('primary');
$link-decoration: none !default;
$link-hover-color: darken($link-color, 15%) !default;
$link-hover-decoration: underline !default;
