We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bcbd89 commit 17af12fCopy full SHA for 17af12f
1 file changed
apps/website/src/styles/globals.css
@@ -25,6 +25,12 @@
25
isolation: isolate;
26
}
27
28
+/* Scrollbar */
29
+* {
30
+ scrollbar-width: thin;
31
+ scrollbar-color: gray transparent;
32
+}
33
+
34
/* Prose */
35
.prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
36
@apply decoration-neutral-400 underline-offset-[6px] transition-colors hover:decoration-neutral-600 dark:decoration-neutral-500 dark:hover:decoration-neutral-200;
0 commit comments