Changed scrolbar color
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-12-27 03:51:25 -05:00
parent 96bdea5557
commit e1386aae19
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ body::-webkit-scrollbar {
body::-webkit-scrollbar-track {
/* box-shadow: inset 0 0 6px var(--primary-background); */
background: var(--card-background);
background: var(--primary-background);
}
body::-webkit-scrollbar-thumb {