Slight tweak to primary site color
This commit is contained in:
parent
27b514e9bd
commit
c970213cbb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue