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; } } }