Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rifzkhy committed Aug 26, 2023
1 parent b5aa215 commit e111af0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/global.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,[email protected],500&family=JetBrains+Mono:wght@500&display=swap");

*::-webkit-scrollbar {
display: none;
}

* {
font-family: "JetBrains Mono", monospace;
scroll-behavior: smooth;
Expand All @@ -10,10 +14,6 @@
font-family: "DM Sans", sans-serif;
}

body::-webkit-scrollbar {
display: none;
}

body {
height: 100vh;
color: #e3e3e3;
Expand Down

0 comments on commit e111af0

Please sign in to comment.