From 55a9eabc2498ba5b979296c28837d599dbf46e44 Mon Sep 17 00:00:00 2001 From: cami Date: Fri, 9 Jul 2021 01:19:47 +0200 Subject: [PATCH] Added css option to hover all the links (fix #33) --- frontend/src/App.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/App.css b/frontend/src/App.css index 73dac89..8ffc57a 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -40,6 +40,10 @@ color: var(--primary); } +a:hover { + border-bottom: 4px dotted var(--secondary); +} + h1 { font-size: 5em; margin: 0.7em auto;