mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 19:52:15 +01:00
add responsiveness for the dashboard and menu
This commit is contained in:
@@ -14,12 +14,15 @@ export default {
|
||||
|
||||
theme: {
|
||||
extend: {
|
||||
containers: {
|
||||
'2xs': '16rem',
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['Outfit', ...defaultTheme.fontFamily.sans],
|
||||
},
|
||||
colors: {
|
||||
'white': '#D9DCFB',
|
||||
'default-background': '#040618',
|
||||
'default-background': 'var(--theme-color-default-background)',
|
||||
'default-background-separator': '#13152B',
|
||||
'card-background': 'var(--theme-color-card-background)',
|
||||
'card-background-active':
|
||||
|
||||
Reference in New Issue
Block a user