From 452a07e50464469d43d8b3ee0da43ce2dbd79a6c Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Wed, 28 Jun 2023 17:23:34 +0200 Subject: minor: minor changes --- style.css | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index a35c74a..24c7abb 100644 --- a/style.css +++ b/style.css @@ -20,11 +20,15 @@ body.index{ .language{ text-decoration:none; font-size:1.2em; - position: absolute; + position: fixed; right:8px; top: 2px; } +br{ + margin-bottom: 5px; +} + .links{ display: flex; justify-content: center; @@ -57,8 +61,20 @@ a{ color: inherit; } +a.text-link::before{ + content: ">" +} + +a.text-link::after{ + content: "<"; +} + .link:hover { opacity: 0.6; + /*animation-name: heylisten; + animation-duration: 1.5s; + animation-timing-function: linear; + animation-iteration-count: infinite;*/ } .link span{ @@ -104,7 +120,7 @@ a{ .sub-sep{ border: none; - border-top: 3px dotted blue; + border-top: 3px dotted rgba(0, 0, 255, 0.6); } .footer{ @@ -156,6 +172,11 @@ a{ } } +@keyframes heylisten{ + 50%{ + transform: scale(1.05,1.05); + } +} @font-face{ font-family:Cousine; -- cgit v1.2.3