From 52eb46afad75d76c707ed11bbddddbcf5e121deb Mon Sep 17 00:00:00 2001 From: Gab Virebent Date: Thu, 2 Jul 2026 03:58:31 +0200 Subject: Add light/dark theme toggle, fix dark theme text contrast Theme state persists via localStorage, applied pre-paint by theme-init.js to avoid flash. All JS moved to external files (app.js, theme-init.js) to keep script-src 'self' CSP intact, no inline scripts. Dark theme footer/notice/tagline colors were too close to the background (footer nearly matched the card border color) and hard to read; brightened to readable grays while leaving the light theme and submit button untouched. --- static/index.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'static/index.html') diff --git a/static/index.html b/static/index.html index c957a01..33e5868 100644 --- a/static/index.html +++ b/static/index.html @@ -6,10 +6,13 @@ NymDrop — Secure Submission +
+ + - + -- cgit v1.2.3