disable more animations for prefers-reduced-motion

This commit is contained in:
Ruben 2024-09-28 01:32:43 -05:00
commit 1aad4679f0
No known key found for this signature in database
GPG key ID: AE181294E97E4802

View file

@ -810,6 +810,38 @@ footer {
-webkit-animation: unset !important;
}
.terminal {
.term-input {
.blink {
animation: unset !important;
-moz-animation: unset !important;
-webkit-animation: unset !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);
}
}
#sneexy > section > #pfp {
animation: unset !important;
}