summaryrefslogtreecommitdiff
path: root/commun.css
diff options
context:
space:
mode:
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;