Skip to content

Commit

Permalink
style: rename changelog button and add overscroll behavior to body
Browse files Browse the repository at this point in the history
  • Loading branch information
imikodanic committed Sep 6, 2024
1 parent 1623a95 commit 4b8b40b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function Page() {
</Stack>
<Box className={mainBgGradient}>
<Link href="/changelog" className={changelogButton}>
Treblle Changelog
Changelog
<Icon
icon="ChevronRight"
width="10px"
Expand Down
4 changes: 4 additions & 0 deletions styles/global.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
html[class~=dark] body {
background-color: #01041a;
}

body {
overscroll-behavior: none;
}

0 comments on commit 4b8b40b

Please sign in to comment.