Skip to content

Commit

Permalink
Merge pull request #75 from pythonistical/patch-3
Browse files Browse the repository at this point in the history
Update global.css
  • Loading branch information
jwafu authored Feb 2, 2024
2 parents a46c7c0 + bfb1ebd commit 3c6b551
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/app/global.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">

html {
font-family: 'Roboto', sans-serif;
}

::-webkit-scrollbar {
width: 8px;
}
Expand All @@ -10,6 +16,9 @@
::-webkit-scrollbar-track {
background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
background-color: #b3b2b2;
}


0 comments on commit 3c6b551

Please sign in to comment.