From ffff1a563be7e294c0b35195080f094e73b66c5b Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 29 May 2023 15:24:14 +0200 Subject: [PATCH] brighter a --- index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index 2ed0ea1..c7f4897 100644 --- a/index.css +++ b/index.css @@ -10,8 +10,8 @@ font-family: sans; } a { -color: rgb(128,160,128); +color: rgb(128,192,128); } a:hover { -color: rgb(160,128,128); +color: rgb(192,128,128); }