0
0
Fork 0

Change to use more appropriate CSS var

This commit is contained in:
Oliver-Akins 2020-10-26 22:35:14 -06:00
parent c1df2d2775
commit 961ceb0558

View file

@ -75,7 +75,7 @@ export default {
.card {
border-radius: var(--corner-rounding);
background-color: var(--card-colour);
color: var(--spotify-green);
color: var(--card-text);
text-align: center;
padding: 15px;
width: 90%;