From 7b5b22a105aba22ea00f22061893cc66a02683a3 Mon Sep 17 00:00:00 2001 From: ada Date: Sun, 16 Jun 2024 17:45:44 +0200 Subject: [PATCH] Update 'backplaces/style.css' --- backplaces/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backplaces/style.css b/backplaces/style.css index 267e5db..11d02ee 100644 --- a/backplaces/style.css +++ b/backplaces/style.css @@ -65,7 +65,7 @@ body { box-sizing: border-box; } -ext { +.links { position: relative; font-family: 'Platypi'; font-style: italic; @@ -77,7 +77,7 @@ ext { margin-bottom: 0.5rem; } -ext:hover{ +.links:hover{ animation: wiggle 0.6s infinite; }