Skip to content

Commit

Permalink
馃槃 Fixed a little mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyr33x committed Feb 11, 2024
1 parent 7358d6a commit 133ba6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@
@tailwind components;
@tailwind utilities;

@layer base {
:root {
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
scroll-behavior: smooth;
}
}
}

@layer base {
:root {
--sb-track-color: rgb(229 229 229 / 0.5);
Expand Down
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</head>
<body
data-sveltekit-preload-data="hover"
class="min-h-screen bg-white font-sans text-mini dark:bg-dark dark:text-white selection:bg-neutral-200 dark:selection:bg-neutral-700"
class="min-h-screen bg-white font-sans text-mini dark:bg-dark dark:text-white antialiased selection:bg-neutral-200 scroll-smooth [text-rendering:optimizeLegibility;] dark:selection:bg-neutral-700"
>
<div>%sveltekit.body%</div>
</body>
Expand Down

0 comments on commit 133ba6a

Please sign in to comment.