diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-11-26 00:26:42 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-11-26 00:26:42 +0100 |
| commit | e17ad68625b6f2bf0579785322b11b2f2fb1e411 (patch) | |
| tree | c59261bb7e3e3482a3ace0a3ac4fb2c657e0662b /commun.css | |
| parent | 46eb8fc54d5004cb8d8625fc7f9c9bbbf3a6c4d2 (diff) | |
| download | quatuorbellefeuille.com-e17ad68625b6f2bf0579785322b11b2f2fb1e411.tar.xz | |
Add links
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; |
