Skip to content

Commit

Permalink
Customize the scrollbar colors (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonanitech authored Oct 19, 2024
1 parent 4fd2310 commit dd554d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/common/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@
:root {
accent-color: var(--red-ui-form-text-color);
}

/* Custom scrollbar colors */
:root {
scrollbar-color: var(--red-ui-secondary-text-color-disabled) var(--red-ui-secondary-background);
}

0 comments on commit dd554d3

Please sign in to comment.