This commit is contained in:
2023-09-02 11:39:25 +05:30
parent 358671a829
commit c77351e537
3 changed files with 22 additions and 4 deletions

View File

@@ -2,7 +2,16 @@
export default {
content: ['./src/**/*.{html,ts,js,svelte}'],
theme: {
extend: {}
extend: {
colors: {
back: {
500: '#fdfdfd',
},
primary: {
500: '#861224',
},
}
}
},
plugins: []
};