From d2373d1c41c7ac764a565f7d342eb74e0c6c2fc0 Mon Sep 17 00:00:00 2001 From: Chaitanya Nookala Date: Sun, 7 Feb 2021 17:53:39 -0800 Subject: [PATCH] Add transition when hovering over window buttons --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index 5334d78..2e5f2c6 100644 --- a/src/style.css +++ b/src/style.css @@ -123,6 +123,7 @@ body { #window-controls .button:hover { background: rgba(255,255,255,0.1); + transition: background 0.25s; } #window-controls .button:active {