fix some colors

This commit is contained in:
Emily
2024-06-17 15:36:17 +02:00
parent 3bf63f64fe
commit b9b2e83e6b
6 changed files with 7 additions and 53 deletions

View File

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