Fix scrollbar color on Chrome (#23815)

* Fix scrollbar color on Chrome

* Address feedback
This commit is contained in:
Daniel Espino García
2023-06-26 11:27:33 +02:00
committed by GitHub
parent fc684cf84a
commit 283abbe704

View File

@@ -10,7 +10,7 @@
}
::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.2);
background: rgba(var(--center-channel-color-rgb), 0.4);
border-radius: $border-rad * 2;
}