Skip to content

Commit

Permalink
Close 942.
Browse files Browse the repository at this point in the history
Changed global scroll bar colour from green #19aa6e50 to #402D2850 dark brown to #402D28.
  • Loading branch information
0xtr3 committed Jan 24, 2025
1 parent bbd7786 commit cf49c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ a {

/* Handle */
::-webkit-scrollbar-thumb {
background: #402D2850;
background: #402D28;
border-radius: 10px;
}

Expand Down

0 comments on commit cf49c59

Please sign in to comment.