From 4a1caafdfe8921bb03303d36f188e0216bc2e0ca Mon Sep 17 00:00:00 2001 From: Katy248 Date: Wed, 5 Jun 2024 13:14:39 +0000 Subject: [PATCH] Added `.btn` transition --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index da433c7..43b0182 100644 --- a/style.css +++ b/style.css @@ -60,7 +60,7 @@ h2 { } .s { - transition: all 0.7s ease-in-out; + transition: background 0.7s ease-in-out; } .s1 { @@ -145,6 +145,8 @@ img:hover { } .btn { + transition: background 0.4s ease-in-out; + cursor: pointer; background-color: var(--bg-color-reverse); color: var(--fg-color-reverse);