diff --git a/css/style.css b/css/style.css index 78a3b272..2f4c71bf 100644 --- a/css/style.css +++ b/css/style.css @@ -56,8 +56,7 @@ ul li { line-height: 1.5; } -a, -a:focus { +a { color: var(--highlight); } @@ -91,7 +90,7 @@ nav { margin: 0 0 0 250px; } -nav a { +nav a, nav a:focus { color: #fff; text-decoration: none; font-weight: 300;