diff --git a/index.css b/index.css index f426caf..526d5ac 100644 --- a/index.css +++ b/index.css @@ -35,6 +35,12 @@ body { animation: AnimationName 5s ease infinite; color: white; } + a:visited { + color: #7174ab + } + a { + color: #9296dc + } } @-webkit-keyframes AnimationName {