0
0
Fork 0

Adds some CSS variables for the bottom bar of the cards

This commit is contained in:
Oliver-Akins 2020-08-22 00:04:26 -06:00
parent 1220be2a85
commit cadb8e7358

View file

@ -60,4 +60,9 @@
--scrollbar-background: #0f0f0f;
--scrollbar-handle: #4d4d4d;
--scrollbar-handle-hover: #5e5e5e;
--card-bottom-row-text-colour: var(--accent2);
--card-bottom-row-background: var(--on-card-colour);
--card-bottom-row-divider-colour: #000000;
--card-bottom-row-icon-colour: var(--card-bottom-row-text-colour);
}