Redesign chart UI toward clean professional style
- Replace warm serif theme with Semantic UI-inspired design: white background, Lato font, subtle transparent borders - Section cards become transparent wrappers with standalone h2 headings; tables carry their own border and shadow - Status indicators replaced with plain colored symbols (✓ ✗ ! ? –) — no badge backgrounds - Remove section nav (table of contents) - Fix HTML: remove redundant div in header, error section tag → div[role=alert], add aria-label to nav Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,9 +8,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<header class="page-header">
|
||||
<div>
|
||||
<h1>{{ .Title }}</h1>
|
||||
</div>
|
||||
<h1>{{ .Title }}</h1>
|
||||
</header>
|
||||
|
||||
<main class="page-main">
|
||||
|
||||
Reference in New Issue
Block a user