From 7da14cfce4aa5f5c804f23f6cb888deb3d536676 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 29 May 2023 15:23:33 +0200 Subject: [PATCH] css/a --- index.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.css b/index.css index 268387c..2ed0ea1 100644 --- a/index.css +++ b/index.css @@ -8,3 +8,10 @@ background: rgb(0,0,0); color: rgb(160,160,160); font-family: sans; } + +a { +color: rgb(128,160,128); +} +a:hover { +color: rgb(160,128,128); +}