diff --git a/src/web/styles/index.scss b/src/web/styles/index.scss index e01a726..b337a8d 100644 --- a/src/web/styles/index.scss +++ b/src/web/styles/index.scss @@ -15,7 +15,7 @@ body, html { } a { - color: #00bcd4; + color: #e91e63; } a:link { @@ -23,7 +23,7 @@ a:link { } a:visited { - color: #00bcd4; + color: #e91e63; text-decoration: none; }