From 6398b7d0c1cd26c217e554a26d0d62b9dfefb439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20=22xq=22=20Quei=C3=9Fner?= Date: Tue, 4 Oct 2022 17:15:26 +0200 Subject: [PATCH] Removes the link underline in the header section. --- src/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style.css b/src/style.css index 5829711..19c9219 100644 --- a/src/style.css +++ b/src/style.css @@ -206,4 +206,8 @@ h2 svg { vertical-align: middle; max-width: 1.1em; margin-right: 0.25em; +} + +#intro-nav a { + text-decoration: none; } \ No newline at end of file