summaryrefslogtreecommitdiff
path: root/commun.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-11-26 00:26:42 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-11-26 00:26:42 +0100
commite17ad68625b6f2bf0579785322b11b2f2fb1e411 (patch)
treec59261bb7e3e3482a3ace0a3ac4fb2c657e0662b /commun.css
parent46eb8fc54d5004cb8d8625fc7f9c9bbbf3a6c4d2 (diff)
downloadquatuorbellefeuille.com-e17ad68625b6f2bf0579785322b11b2f2fb1e411.tar.xz
Add links
Diffstat (limited to 'commun.css')
-rw-r--r--commun.css20
1 files changed, 18 insertions, 2 deletions
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;