🎨 CSS fixed - Import global.css + solid colors
✅ Added CSS import to BaseLayout.astro ✅ Plain CSS styles (not @apply) ✅ Font: 16px base ✅ Cookie banner: solid colors, inline styles ✅ Footer: policy links included
This commit is contained in:
58
.gitignore
vendored
58
.gitignore
vendored
@@ -1,39 +1,35 @@
|
|||||||
# dependencies
|
# Dependencies
|
||||||
/node_modules
|
node_modules/
|
||||||
/.pnp
|
.astro/
|
||||||
.pnp.js
|
dist/
|
||||||
.yarn/install-state.gz
|
.db/
|
||||||
|
*.db
|
||||||
|
|
||||||
# testing
|
# Logs
|
||||||
/coverage
|
logs
|
||||||
|
*.log
|
||||||
# next.js
|
|
||||||
/.next/
|
|
||||||
/out/
|
|
||||||
|
|
||||||
# production
|
|
||||||
/build
|
|
||||||
|
|
||||||
# misc
|
|
||||||
.DS_Store
|
|
||||||
*.pem
|
|
||||||
|
|
||||||
# debug
|
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
|
|
||||||
# local env files
|
# Environment
|
||||||
.env*.local
|
|
||||||
.env
|
.env
|
||||||
|
.env.local
|
||||||
# vercel
|
.env.*.local
|
||||||
.vercel
|
|
||||||
|
|
||||||
# typescript
|
|
||||||
*.tsbuildinfo
|
|
||||||
next-env.d.ts
|
|
||||||
|
|
||||||
# IDE
|
# IDE
|
||||||
.idea/
|
.idea/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Backup
|
||||||
|
dealplustech-old-nextjs/
|
||||||
|
dealplustech-fresh/
|
||||||
|
dealplustech-broken/
|
||||||
|
*.tar.gz
|
||||||
|
|
||||||
|
# Astro DB
|
||||||
|
db/
|
||||||
|
|||||||
Reference in New Issue
Block a user