0
0
Fork 0

Add border variables to the other themes

This commit is contained in:
Oliver-Akins 2020-10-30 23:45:01 -06:00
parent 99a729e4f7
commit 4946d08165
3 changed files with 9 additions and 0 deletions

View file

@ -19,6 +19,9 @@
--background: #23272A; --background: #23272A;
--background-text: var(--spotify-white); --background-text: var(--spotify-white);
--card-border-colour: transparent;
--card-border-style: none;
--card-border-width: 0px;
--card-colour: #2C2F33; --card-colour: #2C2F33;
--card-text: #ffffff80; --card-text: #ffffff80;

View file

@ -19,6 +19,9 @@
--background: #FF8C00; --background: #FF8C00;
--background-text: var(--spotify-white); --background-text: var(--spotify-white);
--card-border-colour: transparent;
--card-border-style: none;
--card-border-width: 0px;
--card-colour: #794200; --card-colour: #794200;
--card-text: white; --card-text: white;

View file

@ -19,6 +19,9 @@
--background: white; --background: white;
--background-text: dimgray; --background-text: dimgray;
--card-border-colour: transparent;
--card-border-style: none;
--card-border-width: 0px;
--card-colour: #dddddd; --card-colour: #dddddd;
--card-text: var(--background-text); --card-text: var(--background-text);