Update story description and enhance sidebar styles
- Revised the story section description to reflect the server's narrative. - Removed placeholder text and added a prompt for content creation. - Improved sidebar link styles for better visibility and interaction. - Added hover effects and styles for sections with sub-items in the table of contents. - Introduced new styles for alcohol and contact link cards for consistent design. - Enhanced map call-to-action button with new styles and hover effects.
This commit is contained in:
22
.gitignore
vendored
22
.gitignore
vendored
@@ -1,4 +1,26 @@
|
||||
node_modules/
|
||||
.astro/
|
||||
dist/
|
||||
|
||||
# Local Codex/dev artifacts
|
||||
.codex*
|
||||
.codex/
|
||||
.tmp*
|
||||
*.tmp
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editor / local workspace junk
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
Reference in New Issue
Block a user