We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df96f99 commit 25f7629Copy full SHA for 25f7629
assets/mantle.css
@@ -1,5 +1,19 @@
1
@import url("https://cdn.ngrok.com/static/fonts/fonts.css");
2
3
+/**
4
+ * provide an a11y escape hatch for those that prefer less motion
5
+ */
6
+@media (prefers-reduced-motion: reduce) {
7
+ *,
8
+ *::before,
9
+ *::after {
10
+ animation-duration: 0.01ms !important;
11
+ animation-iteration-count: 1 !important;
12
+ transition-duration: 0.01ms !important;
13
+ scroll-behavior: auto !important;
14
+ }
15
+}
16
+
17
:root {
18
/* ngrok custom blue (600 is current button)
19
* These are required as they are referenced by both light and dark modes.
0 commit comments