diff options
author | Your Name <you@example.com> | 2017-12-31 17:26:51 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2017-12-31 17:27:23 +0100 |
commit | c72879068c9fe16797986324403be32ac2312d07 (patch) | |
tree | 96c30b60a5039eedf00261759cf32ec038cd0476 /assets/css/screen.css | |
parent | 90ac9db913a2aeefcdd6186ffd58774f6194fce6 (diff) | |
download | lesoiseaux.io-c72879068c9fe16797986324403be32ac2312d07.tar.gz |
Fix footer
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r-- | assets/css/screen.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index 9379dbe..749c3ad 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -2232,6 +2232,8 @@ body > aside { height: 100%; width: 100%; z-index: 404; } + body > aside nav ul li a:link, body > aside nav ul li a:visited { + color: inherit; } body > aside nav ul li a:hover { font-size: 200%; color: inherit; @@ -2258,6 +2260,23 @@ body > footer { max-width: 60rem; margin: 5rem auto 2rem auto; font-size: 1.25rem; } + body > footer h4 { + margin: 0; + font-size: 1.6rem; } + body > footer h4 a { + text-decoration: none; } + body > footer:hover > p > span:first-child { + display: inline-block; + color: transparent; + line-height: 0; } + body > footer:hover > p > span:first-child:before { + content: 'Copyleft'; + display: block; + color: black; + padding-right: 0.4rem; } + body > footer:hover > p > span + span { + display: inline-block; + transform: rotate(180deg) translateY(0.2rem); } article > header p { font-size: 2rem; |