feat: update color scheme to use primary variables for consistency in styling

This commit is contained in:
2026-05-04 17:47:00 +02:00
parent 59d308f41b
commit d034af9e9c
2 changed files with 21 additions and 20 deletions

View File

@@ -13,6 +13,7 @@
<header>
<a href="/" class="site-title">Movies Diary</a>
<nav>
<a href="/feed.rss">RSS</a>
{% if let Some(email) = ctx.user_email %}
<a href="/reviews/new">Add Review</a>
<span class="user-email">{{ email }}</span>