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; }