From 16804fa78d75aef551a8a0269d265a13d01ccde1 Mon Sep 17 00:00:00 2001 From: amy Date: Mon, 30 Dec 2024 05:38:04 +0330 Subject: [PATCH] hover animation --- style.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 2b646d6..f279bad 100644 --- a/style.css +++ b/style.css @@ -216,7 +216,14 @@ footer { margin: 5px; line-height: 1.75em; box-shadow: 0 0 5px 0 var(--ctp-peach); - font-style: bold + font-style: bold; + animation: 3s ease-in 1s infinite; + transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease; +} + +.socials a:hover { + background-color: var(--ctp-peach); + color: var(--ctp-mantle); } assets/left.svg { @@ -243,10 +250,7 @@ select { box-shadow: 0 0 5px 0 var(--ctp-peach); } -.socials a:hover { - background-color: var(--ctp-peach); - color: var(--ctp-mantle); -} + hr { height: 2px;