From 3b6fa4a9620fd5b5ad4a854e893408b8bc039b24 Mon Sep 17 00:00:00 2001 From: Vuong Hoang Date: Mon, 20 Jul 2026 12:48:35 -0700 Subject: [PATCH] style(booth): adopt Corviduo "Australis" theme Re-skin the Booth in the fleet's Australis palette (aurora accents, dark-first), token values adopted from ratatoskr-web's canonical colors_and_type.css: --aus-* palette, --rk-* console surfaces (#171a23 canvas), Space Grotesk / Inter / Berkeley Mono stacks, aurora-cyan brand + glow focus rings, red reserved for the destructive wipe action. Self-contained, no webfont CDN; light theme via prefers-color-scheme. Only base.html changes (the content templates keep their class names). --- services/booth/booth/templates/base.html | 160 ++++++++++++++--------- 1 file changed, 101 insertions(+), 59 deletions(-) diff --git a/services/booth/booth/templates/base.html b/services/booth/booth/templates/base.html index 283037d..7d1b326 100644 --- a/services/booth/booth/templates/base.html +++ b/services/booth/booth/templates/base.html @@ -4,100 +4,142 @@ {% block title %}The Booth{% endblock %} +
- The Booth - ephemeral media drop · auto-wipes {{ ttl_hours }}h after last activity + The Booth + ephemeral media · auto-wipes {{ ttl_hours }}h
{% block content %}{% endblock %}