diff --git a/style.scss b/style.scss index e26207f..ca36692 100644 --- a/style.scss +++ b/style.scss @@ -69,11 +69,11 @@ p { } a { - color: $blue; + color: $lightGray; text-decoration: none; cursor: pointer; &:hover, &:active { - color: $blue; + color: $white; } }