diff --git a/public/static/css/theme/dark.css b/public/static/css/theme/dark.css index 362d610..b838f0d 100644 --- a/public/static/css/theme/dark.css +++ b/public/static/css/theme/dark.css @@ -19,6 +19,9 @@ --background: #23272A; --background-text: var(--spotify-white); + --card-border-colour: transparent; + --card-border-style: none; + --card-border-width: 0px; --card-colour: #2C2F33; --card-text: #ffffff80; diff --git a/public/static/css/theme/halloween.css b/public/static/css/theme/halloween.css index 3c3590c..8092342 100644 --- a/public/static/css/theme/halloween.css +++ b/public/static/css/theme/halloween.css @@ -19,6 +19,9 @@ --background: #FF8C00; --background-text: var(--spotify-white); + --card-border-colour: transparent; + --card-border-style: none; + --card-border-width: 0px; --card-colour: #794200; --card-text: white; diff --git a/public/static/css/theme/light.css b/public/static/css/theme/light.css index 0338236..2119ac5 100644 --- a/public/static/css/theme/light.css +++ b/public/static/css/theme/light.css @@ -19,6 +19,9 @@ --background: white; --background-text: dimgray; + --card-border-colour: transparent; + --card-border-style: none; + --card-border-width: 0px; --card-colour: #dddddd; --card-text: var(--background-text);