From 86603cead1d43b8ec5db464920dd4240a297368c Mon Sep 17 00:00:00 2001 From: ada Date: Sun, 16 Jun 2024 17:25:19 +0200 Subject: [PATCH] Update 'backplaces/style.css' --- backplaces/style.css | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/backplaces/style.css b/backplaces/style.css index c1c9f7b..852074f 100644 --- a/backplaces/style.css +++ b/backplaces/style.css @@ -75,24 +75,11 @@ link{ margin-right: 0.5rem; margin-bottom: 0.5rem; } -link::before { - content: ''; - position: absolute; - width: 100%; - height: 4px; - border-radius: 4px; - background-color: #18272F; - bottom: 0; - left: 0; - transform-origin: right; - transform: scaleX(0); - transition: transform .3s ease-in-out; - } -link:hover::before { - transform-origin: left; - transform: scaleX(1); +link:hover{ + animation: wiggle 0.6s infinite; } + .content-list { font-size: 41px; max-width: 40rem;