mirror of
https://github.com/kevinnlsamuel/rainbowcroissant.git
synced 2025-12-06 10:06:01 +05:30
homepage
This commit is contained in:
@@ -2,7 +2,16 @@
|
||||
export default {
|
||||
content: ['./src/**/*.{html,ts,js,svelte}'],
|
||||
theme: {
|
||||
extend: {}
|
||||
extend: {
|
||||
colors: {
|
||||
back: {
|
||||
500: '#fdfdfd',
|
||||
},
|
||||
primary: {
|
||||
500: '#861224',
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: []
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user