add theme selector cards

This commit is contained in:
Emily
2024-06-16 17:52:15 +02:00
parent ed8ec0dc2b
commit c585ea1fcc
5 changed files with 55 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ module.exports = {
},
colors: {
card: {
DEFAULT: '#1d1d1f',
DEFAULT: 'var(--current-card-color)',
},
bg: {
DEFAULT: '#151517',