This commit is contained in:
Ruben 2024-09-28 01:37:56 -05:00
commit 4ef1b6239f
No known key found for this signature in database
GPG key ID: AE181294E97E4802

View file

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