diff --git a/style.css b/style.css index be6446e..a2c0cd9 100644 --- a/style.css +++ b/style.css @@ -811,6 +811,14 @@ footer { } .terminal { + .term-titlebar { + div { + #minimize-btn, #maximize-btn, #close-btn { + transition: 0s background; + } + } + } + .term-input { .blink { animation: unset !important; @@ -818,28 +826,25 @@ footer { -webkit-animation: unset !important; } } - - .terminal:hover { - .term-titlebar { - div { - #minimize-btn { - background: var(--yellow); - } - #maximize-btn { - background: var(--green); - } - #close-btn { - background: var(--red); - } + + transition: 0s border-color !important; + } + + .terminal:hover { + .term-titlebar { + div { + #minimize-btn { + background: var(--yellow); + } + #maximize-btn { + background: var(--green); + } + #close-btn { + background: var(--red); } } - .term-input { - .blink { - display: unset; - } - } - border-color: var(--green); } + transition: 0s border-color !important; } #sneexy > section > #pfp {