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 {
|
:root {
|
||||||
--primary: 78, 148, 228;
|
--primary: 78, 148, 228;
|
||||||
scroll-behavior: smooth;
|
|
||||||
background-image: url(background.svg);
|
background-image: url(background.svg);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|
||||||
|
@media (prefers-reduced-motion: no-preference) {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[variant="outlined"] {
|
[variant="outlined"] {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue