diff options
Diffstat (limited to 'commun.css')
| -rw-r--r-- | commun.css | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -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; |
