We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc5823 commit 49160b3Copy full SHA for 49160b3
2 files changed
index.html
@@ -1,5 +1,5 @@
1
<!doctype html>
2
-<html lang="en" class="dark">
+<html lang="en" class="dark no-scrollbar">
3
<head>
4
<meta charset="UTF-8" />
5
<link rel="icon" type="image/svg+xml" href="/icons/favicon.svg" />
src/app.css
@@ -2,6 +2,10 @@
@custom-variant dark (&:where(.dark, .dark *));
+@utility no-scrollbar {
6
+ @apply [scrollbar-width:none] [&::-webkit-scrollbar]:hidden;
7
+}
8
+
9
@theme {
10
--color-cream: oklch(0.9644 0.0282 74.31);
11
--color-midnight: oklch(0.2316 0.0373 288.04);
0 commit comments