From 35eeb17d9ffd466a32bdb10a5cd4bbc958796f22 Mon Sep 17 00:00:00 2001 From: tizzi Date: Mon, 12 Dec 2022 10:42:27 +0100 Subject: [PATCH] zrgt --- css/text.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css/text.css b/css/text.css index 52911e1..45676ae 100644 --- a/css/text.css +++ b/css/text.css @@ -9,10 +9,12 @@ background-color:rgb(245, 228, 208); } -nav a { color: rgb(243, 198, 142); +nav a { + color: rgb(243, 198, 142); text-decoration: none;} -a {} +a {color: black; + text-decoration: none;} footer { position: absolute; @@ -41,4 +43,4 @@ body{ letter-spacing: 0; ; } -nav a:hover {font-weight: bold;} +a:hover {font-weight: bold;}