feat: enhance visual styling with updated colors and layout

- Added base background color (#faeee0) to body element for consistent theme
- Added text color (slate-900) to body for improved readability
- Updated hero section spacing with -mt-14 margin and adjusted padding
- Changed tear image from booktear.png to booktear1.png for improved design
- Added new 'base' color variable to Tailwind config for theme consistency
This commit is contained in:
2025-10-24 04:59:18 +02:00
parent 0b914b916c
commit c3bb18d495
4 changed files with 5 additions and 4 deletions

View File

@@ -52,6 +52,7 @@ module.exports = {
200: '#E4E7EB',
},
'love-red': '#bc0a0f',
base: '#faeee0',
creme: {
900: '#e3dfda',
600: '#f6f1eb',