improve visibility visted links

This commit is contained in:
⧉ infominer 2023-09-11 16:41:12 -04:00
parent fc50f5480c
commit 9ca5ea2f3c
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ $xing-color: #006567 !default;
/* links */
$link-color: mix(#000, $info-color, 50%) !default;
$link-color-hover: mix(#000, $link-color, 75%) !default;
$link-color-visited: mix(#fff, $link-color, 40%) !default;
$link-color-visited: mix(#fff, $link-color, 25%) !default;
$masthead-link-color: $primary-color !default;
$masthead-link-color-hover: mix(#000, $primary-color, 25%) !default;
$navicon-link-color-hover: mix(#fff, $primary-color, 75%) !default;