Slight tweak to primary site color

This commit is contained in:
Robert McGovern 2023-02-20 02:43:23 +00:00
parent 27b514e9bd
commit c970213cbb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
/* Colors */
$background-color: #141010 !default;
$text-color: #fff6fbb9 !default;
$primary-color: #ff00ff !default;
$primary-color: #ca34fc !default;
$link-color: $primary-color !default;
$link-color-hover: mix(#fff, $link-color, 25%) !default;
$link-color-visited: mix(#000, $link-color, 25%) !default;