From 4ef1b6239f4627e4fa08bfc6f6d94e9d21e61388 Mon Sep 17 00:00:00 2001 From: Ruben Date: Sat, 28 Sep 2024 01:37:56 -0500 Subject: [PATCH] fix more --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index a2c0cd9..d495bc0 100644 --- a/style.css +++ b/style.css @@ -814,7 +814,7 @@ footer { .term-titlebar { div { #minimize-btn, #maximize-btn, #close-btn { - transition: 0s background; + transition: 0s background !important; } } } @@ -835,12 +835,15 @@ footer { div { #minimize-btn { background: var(--yellow); + transition: 0s background !important; } #maximize-btn { background: var(--green); + transition: 0s background !important; } #close-btn { background: var(--red); + transition: 0s background !important; } } }