From 16804fa78d75aef551a8a0269d265a13d01ccde1 Mon Sep 17 00:00:00 2001 From: amy Date: Mon, 30 Dec 2024 05:38:04 +0330 Subject: [PATCH 1/2] 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; From 407b7894239d3c8ab07a58a55155c7e9e663c587 Mon Sep 17 00:00:00 2001 From: Gen Date: Sun, 29 Dec 2024 18:11:12 -0800 Subject: [PATCH 2/2] fix buttons Signed-off-by: Gen --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 77c74b0..c057412 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,6 @@ Izsybelle's website mir's website amy's website - Catppuccin website Alyxia's website Mopi's website @@ -56,6 +55,7 @@ + Catppuccin website