The Case Studies page (Documentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/webmaster/llms.txt
Use this file to discover all available pages before exploring further.
/casestudies) adopts a refined editorial aesthetic built entirely around the indigo colour palette — a deliberate contrast to the hot-pink and turquoise dominant elsewhere in the site. Two long-form <article> elements are separated by an ASCII art "oOo.oOo.oOo..." divider. Each article has a metadata bar, a serif-heavy body, an inline code block with an indigo left border accent, and a footer row of tags and a comment count badge.
Route
| Path | Component function |
|---|---|
/casestudies | de() in assets/main.js |
Page Container
The outer wrapper ismax-w-3xl mx-auto bg-white p-8 border-x-4 border-indigo-200 min-h-screen. This applies narrow left/right indigo borders that run the full viewport height, framing the editorial column:
Page Header
A centred title block sits above both articles, separated by aborder-b-4 border-double border-indigo-300:
Article Structure
Each article follows an identical four-part template:Metadata Bar
bg-indigo-50 border border-indigo-200 flex row with three font-pixel text-sm text-indigo-900 spans: Title label, Author, and Date.Article Title
h3 in text-2xl font-bold text-indigo-700 font-comic.Body Prose
font-serif leading-relaxed space-y-4 text-gray-800 paragraphs, plus an inline code block.Tag Footer
Tags string + a
bg-indigo-100 text-indigo-800 comment-count badge, separated by border-t border-indigo-100.Article 1 — The Great Migration
bg-gray-100 p-4 border-l-4 border-indigo-400 font-mono text-sm my-4):
ASCII Divider
Between the two articles, a mono-spaced decorative line provides visual separation:Article 2 — Taming the State
Colour Palette Reference
| Element | Tailwind Class |
|---|---|
| Page side borders | border-x-4 border-indigo-200 |
| Header underline | border-b-4 border-double border-indigo-300 |
| Metadata bar bg | bg-indigo-50 border-indigo-200 |
| Metadata text | text-indigo-900 |
| Article headings | text-indigo-700 |
| Code block left border | border-l-4 border-indigo-400 |
| Comment badge bg | bg-indigo-100 text-indigo-800 |
| ASCII divider colour | text-indigo-300 |
| Page title | text-indigo-800 font-serif italic |
Customisation Guide
Unlike other pages in the site, the Case Studies page intentionally avoids
font-pixel for body text — it uses font-serif to give a more editorial, blog-like feel. Only the metadata bar and tag footer use font-pixel.