Skip to content

Commit

Permalink
Update in Scrollbar to match dark-colour-aesthetic for dark mode (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjyotk authored Oct 29, 2023
1 parent 67a1f74 commit 8bdb367
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,15 @@ h1 {
color: #b7b7b7 ;
}

.dark-theme *::-webkit-scrollbar-track {
background: linear-gradient(#373737, #3c3c3c, #373737);
}

.dark-theme *::-webkit-scrollbar-thumb {
background: linear-gradient(#121212, #1c1c1c, #121212);
border: 1.5px solid whitesmoke;
}

.dark-theme #instruction-btn {
border: none ;
background-color: #044bc7 ;
Expand Down

0 comments on commit 8bdb367

Please sign in to comment.