We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c706bf0 commit 1c4334fCopy full SHA for 1c4334f
layouts/layouts.module.css
@@ -29,6 +29,7 @@
29
bg-gradient-subtle
30
p-12
31
grid-in-[main]
32
+ motion-safe:scroll-smooth
33
dark:bg-gradient-subtle-dark
34
xl:px-18
35
xs:bg-none
styles/base.css
@@ -1,6 +1,6 @@
1
* {
2
@apply subpixel-antialiased
3
- transition-colors;
+ motion-safe:transition-colors;
4
}
5
6
html,
@@ -10,10 +10,10 @@ body {
10
11
12
body {
13
- @apply scroll-smooth
14
- bg-white
+ @apply bg-white
15
font-open-sans
16
text-neutral-950
17
dark:bg-neutral-950
18
dark:text-white;
19
0 commit comments