Allow reduced animations
This commit is contained in:
parent
dfb5f54c84
commit
1610e3b23c
1 changed files with 4 additions and 1 deletions
|
@ -4,10 +4,13 @@
|
|||
|
||||
:root {
|
||||
--primary: 78, 148, 228;
|
||||
scroll-behavior: smooth;
|
||||
background-image: url(background.svg);
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
|
||||
@media (prefers-reduced-motion: no-preference) {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
}
|
||||
|
||||
[variant="outlined"] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue