From e17ad68625b6f2bf0579785322b11b2f2fb1e411 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 26 Nov 2020 00:26:42 +0100 Subject: Add links --- commun.css | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'commun.css') diff --git a/commun.css b/commun.css index 3b0cd4b..d03cf95 100644 --- a/commun.css +++ b/commun.css @@ -16,12 +16,17 @@ header.banner { header.banner .brand { grid-column: 1; - display: flex; - align-items: center; padding-left: 2vw; padding-right: 2vw; } +header.banner .brand a { + display: flex; + align-items: center; + text-decoration: none; + color: inherit; +} + header.banner .brand img { transition: filter 1s; } @@ -66,6 +71,14 @@ nav ol li { padding: 0.5em 0.1em; } +nav ol li.current { + background: white; +} + +nav ol li a { + text-decoration: none; +} + .lang { grid-column: 3; background-color: black; @@ -112,6 +125,9 @@ footer.social { margin-inline-start: 0.5em; } +.contact a { + text-decoration: none; +} footer.legal { grid-column: 1 / -1; -- cgit v1.2.3