diff --git a/styles/style.css b/styles/style.css index 3f04776..61b5de6 100644 --- a/styles/style.css +++ b/styles/style.css @@ -180,6 +180,7 @@ body { /* Footer Styles */ +/* Footer Styles */ footer { background-color: #7fa7e6; color: white; @@ -192,4 +193,12 @@ footer { footer a { text-decoration: underline; color: white; +} + +footer a:visited { + color: white; +} + +footer a:hover { + color: beige; } \ No newline at end of file