diff --git a/css/base.css b/css/base.css index 7cc787e..8683964 100644 --- a/css/base.css +++ b/css/base.css @@ -33,6 +33,10 @@ img { } a { + color: inherit; +} + +nav a, footer a { color: black; text-decoration: none; }