Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Mar 28, 2024
1 parent 9a4e3f0 commit 26b3e01
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions midnight-new.css
Original file line number Diff line number Diff line change
Expand Up @@ -1132,3 +1132,8 @@ html.theme-light,

--white-500: var(--text-1);
}

* {
scrollbar-color: unset !important;
scrollbar-width: unset !important;
}
5 changes: 5 additions & 0 deletions midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -1132,3 +1132,8 @@ html.theme-light,

--white-500: var(--text-1);
}

* {
scrollbar-color: unset !important;
scrollbar-width: unset !important;
}

0 comments on commit 26b3e01

Please sign in to comment.