This commit is contained in:
2023-07-26 14:07:17 +03:00
parent 288c5cbb7e
commit 6179e53af7
10 changed files with 77 additions and 54 deletions

View File

@@ -6,11 +6,15 @@ const config: Config = {
extend: {
colors: {
primary: '#3c87a4',
accent: '#f00000',
accent: '#ab6dfd',
dark: '#363636',
light: '#cdcdcd',
error: '#f00000',
success: '#07b859'
light: '#f1f1f1',
info: '#2196f3',
warning: '#ff9800',
success: '#2dd633',
error: '#f00000'
},
container: {
center: true,