Skip to content

Commit

Permalink
Merge branch 'Rakesh9100:main' into uiuxdocs_update
Browse files Browse the repository at this point in the history
  • Loading branch information
SoumyadevSaha authored Oct 29, 2023
2 parents 63c4d4f + 8bdb367 commit c6fdf6e
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 c6fdf6e

Please sign in to comment.