From c36b1ad64f6e73086421dabe6e26cdb3a42066be Mon Sep 17 00:00:00 2001 From: Gaspard Jankowiak Date: Mon, 20 Dec 2021 15:51:32 +0100 Subject: [PATCH] [css] darkers links --- css/screen.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/screen.scss b/css/screen.scss index b33c73b..87128ac 100644 --- a/css/screen.scss +++ b/css/screen.scss @@ -45,7 +45,7 @@ html, body { height: 100%; text-align: justify; line-height: 1.4em; } a { text-decoration: none; color: $links; } -a:hover { text-decoration: underline; } +a:hover { color: #009; } strong { font-weight: bold; }