Remove sidebar brand diamond; color homepage title with sidebar accent

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Jon
2026-06-05 20:14:56 +01:00
parent 4ed2f9ba14
commit 62489b84b7
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
{% block head %}
<style>
.home-head { margin-bottom: 28px; text-align: center; }
.home-head h1 { margin-bottom: 6px; }
.home-head h1 { margin-bottom: 6px; color: var(--accent); }
.tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
/* faded bar between areas, like the sidebar separators */