From cca0d2c4ee132ec3ae40da973e687e8399b01ce8 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Tue, 4 Jul 2023 17:41:19 +0200 Subject: [PATCH] changed: links same color than text --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index aa0d16a..037e08c 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,10 @@ body { margin-right: 7%; } +a { + color: inherit; +} + input { outline: none; border: none;