Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatSINEWAVE committed Apr 20, 2024
1 parent bcee65f commit 878cfcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,16 +257,16 @@ li a:hover {
}

::-webkit-scrollbar-track {
background-color: #282828;
background-color: rgba(40, 40, 40, 0.6);
}

::-webkit-scrollbar-thumb {
background-color: #6495ed;
background-color: #0942a3;
border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
background-color: #a0c0ff;
background-color: #1254cc;
}

@media (max-width: 768px) {
Expand Down

0 comments on commit 878cfcd

Please sign in to comment.