diff --git a/crates/adapters/template-askama/templates/base.html b/crates/adapters/template-askama/templates/base.html index b6d03db..e56c79f 100644 --- a/crates/adapters/template-askama/templates/base.html +++ b/crates/adapters/template-askama/templates/base.html @@ -18,7 +18,6 @@ RSS {% if let Some(email) = ctx.user_email %} Add Review - {{ email }} Logout {% else %} Login diff --git a/static/style.css b/static/style.css index d49f46d..4b84305 100644 --- a/static/style.css +++ b/static/style.css @@ -88,11 +88,6 @@ nav a:hover { box-shadow: 0 0 12px var(--primary-glow); } -.user-email { - color: var(--text-muted); - font-size: 0.85em; -} - /* Diary entries */ .diary { display: flex;