disable more animations for prefers-reduced-motion
This commit is contained in:
parent
b9a61c645d
commit
1aad4679f0
1 changed files with 32 additions and 0 deletions
32
style.css
32
style.css
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue