aboutsummaryrefslogtreecommitdiff
path: root/assets/css/txt.css
diff options
context:
space:
mode:
authorYour Name <you@example.com>2017-12-31 17:26:51 +0100
committerYour Name <you@example.com>2017-12-31 17:26:51 +0100
commitcdcb56a24f34be71ee3bed4d0fa0d641591b7cc7 (patch)
tree4e4ee0620776f55dee7cac6a5fbb08403df0092c /assets/css/txt.css
parent90ac9db913a2aeefcdd6186ffd58774f6194fce6 (diff)
downloadlesoiseaux.io-cdcb56a24f34be71ee3bed4d0fa0d641591b7cc7.tar.gz
Fix footer
Diffstat (limited to 'assets/css/txt.css')
-rw-r--r--assets/css/txt.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/css/txt.css b/assets/css/txt.css
index 8183b02..462a5f8 100644
--- a/assets/css/txt.css
+++ b/assets/css/txt.css
@@ -1034,6 +1034,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;
@@ -1060,6 +1062,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;