Update screenshots, use new colors

This commit is contained in:
2025-08-14 13:32:39 +02:00
parent 8aba9e475d
commit e5d168f17a
18 changed files with 807 additions and 467 deletions

View File

@@ -9,7 +9,13 @@ module.exports = {
fontFamily: {
'sans': ['Inter', 'sans-serif']
},
extend: {},
extend: {
colors: {
'primary': '#4894FC',
'light': '#BBD8FD',
'dim': '#ECF4FE'
}
},
},
plugins: [],
}