Skip to content

Commit

Permalink
Merge pull request #1904 from daostack/CW-Change-scroll-color
Browse files Browse the repository at this point in the history
Change scroll bar color #1903
  • Loading branch information
andreymikhadyuk authored Jul 28, 2023
2 parents 33cc634 + f89f4e6 commit d64886e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@ code {
}

::-webkit-scrollbar-thumb {
background-color: var(--gentle-gray);
background-color: var(--medium-gray);
border-radius: 0.5rem;
&:hover {
background-color: var(--medium-gray);
background-color: var(--strong-gray);
cursor: pointer;
}
}

0 comments on commit d64886e

Please sign in to comment.