Deletes old project

This commit is contained in:
Rune Harlyk
2024-04-25 21:57:34 +02:00
committed by Rune Harlyk
parent 0b4fe8a0ef
commit 027d5eebc7
189 changed files with 1341 additions and 7239 deletions
+6 -17
View File
@@ -2,22 +2,11 @@
export default {
content: ['./src/**/*.{html,js,ts,svelte}'],
theme: {
extend: {
colors: {
primary: '#6200EE',
'primary-variant': '#3700B3',
secondary: '#3700B3',
'secondary-variant': '#3700B3',
background: '#1e1e1e',
surface: '#2c2c2c',
error: '#B00020',
'on-primary': '#FFFFFF',
'on-secondary': '#FFFFFF',
'on-background': '#FFFFFF',
'on-surface': '#FFFFFF',
'on-error': '#FFFFFF'
}
}
extend: {}
},
plugins: []
plugins: [require('daisyui')],
daisyui: {
themes: ['light', 'dark'],
darkTheme: 'dark'
}
};