Skip to content

Commit

Permalink
fixes #20
Browse files Browse the repository at this point in the history
  • Loading branch information
Master-Bw3 committed Jun 26, 2023
1 parent 257c988 commit 808f419
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"workbench.colorTheme": "MuPanda"
}
7 changes: 2 additions & 5 deletions gen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,16 @@ body {
}

::-webkit-scrollbar {
width: 1px;
width: 8px;
height: 1px;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
background: var(--accent1);
background: #6a6b6c;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background: var(--primary_medium);
}

body {
overflow: hidden;
Expand Down

0 comments on commit 808f419

Please sign in to comment.