Skip to content

Apply Garden Mint spring theme#39

Merged
si merged 4 commits intomainfrom
claude/spring-blog-theme-7y3Ku
Apr 7, 2026
Merged

Apply Garden Mint spring theme#39
si merged 4 commits intomainfrom
claude/spring-blog-theme-7y3Ku

Conversation

@si
Copy link
Copy Markdown
Owner

@si si commented Apr 7, 2026

Update colour palette to Option 2 - Garden Mint:

  • Page background: #F0FAF4 (soft mint white)
  • --primary: #3D8A5E (fresh sage, used for links and progress bar)
  • --primary-dark: #85C9A0 (light mint, used for hover states)

https://claude.ai/code/session_014P9oTumBNs87hwhHQ7mkPW

Update colour palette to Option 2 - Garden Mint:
- Page background: #F0FAF4 (soft mint white)
- --primary: #3D8A5E (fresh sage, used for links and progress bar)
- --primary-dark: #85C9A0 (light mint, used for hover states)

https://claude.ai/code/session_014P9oTumBNs87hwhHQ7mkPW
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 7, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
11ty 6bd2915 Apr 07 2026, 12:35 PM

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 7, 2026

Deploy Preview for sijobling ready!

Name Link
🔨 Latest commit 6bd2915
🔍 Latest deploy log https://app.netlify.com/projects/sijobling/deploys/69d4fa016a178600087fc7e3
😎 Deploy Preview https://deploy-preview-39--sijobling.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Replace inline nav links with a right-aligned hamburger button.
Clicking it reveals a full-page overlay that slides down from the
nav bottom border with a smooth CSS transition (and reverses on close).
Links are centred, stacked with generous padding, and highlighted
with the Garden Mint primary colour on hover. Closes on link click,
Escape key, or toggling the button again. The 3-bar icon animates
to an X when open.

https://claude.ai/code/session_014P9oTumBNs87hwhHQ7mkPW
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 7, 2026

Deploy Preview for si-jobling ready!

Name Link
🔨 Latest commit 6bd2915
🔍 Latest deploy log https://app.netlify.com/projects/si-jobling/deploys/69d4fa02b6c22b0008d7196a
😎 Deploy Preview https://deploy-preview-39--si-jobling.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

claude added 2 commits April 7, 2026 11:12
Article headings (h1–h6) are now centred with extra top padding.
A hairline rule spans the full content block width on each side of
the heading text, implemented via flex ::before/::after pseudo-elements
so no HTML changes are needed.

https://claude.ai/code/session_014P9oTumBNs87hwhHQ7mkPW
Three issues resolved:

1. Logo/burger invisible: #nav-menu (z-index 99) was inside header nav's
   stacking context and its translateY(-100%) bottom edge overlapped the
   nav bar, hiding content behind a near-opaque white overlay. Fixed by
   moving #nav-menu to body level (root stacking context) and setting
   header nav z-index to 1000, #nav-menu to 500.

2. Overlay behind headings: header nav z-index was too low (1) for page
   content to render behind it reliably. Now 1000 ensures it always wins.

3. Menu not initialising: rollup/node_modules not present so src/main.js
   never compiles to js/min.js. Moved burger menu JS to an inline <script>
   in base.njk so it runs without a build step on every page.

https://claude.ai/code/session_014P9oTumBNs87hwhHQ7mkPW
@si si merged commit cda844b into main Apr 7, 2026
5 of 6 checks passed
@si si deleted the claude/spring-blog-theme-7y3Ku branch April 7, 2026 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants