diff options
Diffstat (limited to 'assets/css/txt.css')
-rw-r--r-- | assets/css/txt.css | 19 |
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; |