mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
fix some colors
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user