Adds some CSS variables for the bottom bar of the cards
This commit is contained in:
parent
1220be2a85
commit
cadb8e7358
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue