From 6b1d6a318740bb1dfbd3947bb4d926a3f7f3ee0a Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 5 Feb 2026 21:06:42 +0000 Subject: [PATCH] fix(ui): tone down token-created success banner in dark mode Add dark: variants for the green success banner on the account page so it doesn't appear overly bright against the dark background. Also tidy .gitignore to catch all .db and .db-journal files. --- .gitignore | 4 ++-- templates/pages/account.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 054185a..703ea3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ target/ result* -brewlog.db +*.db +*.db-journal TODO.md -SPEC.md backup.json .env static/css/styles.css \ No newline at end of file diff --git a/templates/pages/account.html b/templates/pages/account.html index c138beb..96a7618 100644 --- a/templates/pages/account.html +++ b/templates/pages/account.html @@ -157,10 +157,10 @@ -