fix disabling more animations for prefers-reduced-motion
This commit is contained in:
parent
1aad4679f0
commit
e8475d56eb
1 changed files with 24 additions and 19 deletions
43
style.css
43
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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue