copy: flip visible wordmark → Roundtable

Updates nav brand, page <title> blocks across all templates, and the
read-only share view footer. Removes duplicate Roundtable heading from
login card now that the nav wordmark reads correctly.
This commit is contained in:
2026-04-13 18:40:30 -04:00
parent 62d28b1032
commit 55a4fac3e9
32 changed files with 34 additions and 35 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
{% extends "base.html" %}
{% block title %}Login — Fabled Scryer{% endblock %}
{% block title %}Login — Roundtable{% endblock %}
{% block content %}
<div style="max-width:400px;margin:4rem auto;">
<div class="card">
<h1 style="font-family: var(--font-serif); font-weight: 700; font-size: 2.75rem; color: var(--gold); text-align: center; margin: 0; line-height: 1.1; letter-spacing: 0.02em;">Roundtable</h1>
<p style="color: var(--text-dim); font-family: var(--font-serif); font-style: italic; font-size: 1.15rem; text-align: center; margin: 0 0 1.5rem;">Under Watch, Under Care.</p>
{% if error %}
<div style="color:var(--red);font-size:0.88rem;margin-bottom:1rem;
+1 -1
View File
@@ -1,5 +1,5 @@
{% extends "base.html" %}
{% block title %}First-Run Setup — Fabled Scryer{% endblock %}
{% block title %}First-Run Setup — Roundtable{% endblock %}
{% block content %}
<div style="max-width:400px;margin:4rem auto;">
<div class="card">