diff --git a/app/frontend/css/styles.css b/app/frontend/css/styles.css index 079a63d..7436160 100644 --- a/app/frontend/css/styles.css +++ b/app/frontend/css/styles.css @@ -164,6 +164,10 @@ header a { cursor: pointer; } +header a { + color: black; +} + header a:visited { color: black; /* Set the same color for visited links */ } @@ -211,6 +215,10 @@ header a:visited { text-decoration: none; } +.menu a { + color: white; +} + .menu a:visited { color: white; }