0
0
Fork 0

Update scrollbar styling

This commit is contained in:
Oliver-Akins 2020-11-06 16:10:42 -07:00
parent ae8c0f3e26
commit 8d7a6119f0

View file

@ -61,9 +61,9 @@
--percent-empty: var(--on-card-colour); --percent-empty: var(--on-card-colour);
--percent-text: var(--on-card-text); --percent-text: var(--on-card-text);
--scrollbar-background: #0f0f0f; --scrollbar-background: black;
--scrollbar-handle: #4d4d4d; --scrollbar-handle: white;
--scrollbar-handle-hover: #5e5e5e; --scrollbar-handle-hover: #cecece;
--card-bottom-row-text-colour: var(--accent2); --card-bottom-row-text-colour: var(--accent2);
--card-bottom-row-background: var(--on-card-colour); --card-bottom-row-background: var(--on-card-colour);