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/scss | |
parent | 90ac9db913a2aeefcdd6186ffd58774f6194fce6 (diff) | |
download | lesoiseaux.io-c72879068c9fe16797986324403be32ac2312d07.tar.gz |
Fix footer
Diffstat (limited to 'assets/scss')
-rw-r--r-- | assets/scss/txt.scss | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/assets/scss/txt.scss b/assets/scss/txt.scss index 24dc574..b82f0f1 100644 --- a/assets/scss/txt.scss +++ b/assets/scss/txt.scss @@ -270,6 +270,10 @@ body { width: 100%; z-index: 404; + &:link, &:visited { + color: inherit; + } + &:hover { font-size: 200%; color: inherit; @@ -312,6 +316,33 @@ body > footer { max-width: 60rem; margin: 5rem auto 2rem auto; font-size: 1.25rem; + + h4 { + margin: 0; + font-size: 1.6rem; + + a { + text-decoration:none; + } + } + + &:hover > p { + > span:first-child { + display: inline-block; + color: transparent; + line-height: 0; + } + > span:first-child:before { + content: 'Copyleft'; + display: block; + color: black; + padding-right: 0.4rem; + } + > span + span { + display: inline-block; + transform: rotate(180deg) translateY(0.2rem); + } + } } article > header { |