mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 09:59:00 -07:00
16 lines
266 B
JavaScript
16 lines
266 B
JavaScript
module.exports = {
|
|
content: ['./src/**/*.{html,js,svelte,ts}'],
|
|
theme: {
|
|
extend: {
|
|
colors: {
|
|
'immich-primary': '#4250af',
|
|
'immich-bg': '#f6f8fe',
|
|
},
|
|
fontFamily: {
|
|
'immich-title': ['Snowburst One', 'cursive'],
|
|
},
|
|
},
|
|
},
|
|
plugins: [],
|
|
};
|