diff --git a/README.md b/README.md
index f1eba62..9117d86 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ A simple, community-maintained open-source task tracker. Add tasks, check them o
- Tasks persist in `localStorage` by default, with optional GitHub sign-in sync
- GitHub OAuth uses PKCE in the browser and an HTTP-only session cookie
- Keyboard-friendly (more shortcuts coming, see #5)
-- Light & dark themes (dark coming, see #1)
+- Light & dark themes with persisted user preference
- MIT licensed
## Quick start
diff --git a/eslint.config.mjs b/eslint.config.mjs
index 3c8ee53..3b5ad78 100644
--- a/eslint.config.mjs
+++ b/eslint.config.mjs
@@ -1,7 +1,9 @@
const browserGlobals = {
+ Blob: "readonly",
crypto: "readonly",
document: "readonly",
fetch: "readonly",
+ HTMLElement: "readonly",
TextEncoder: "readonly",
URL: "readonly",
URLSearchParams: "readonly",
diff --git a/index.html b/index.html
index b6b00fb..671df3d 100644
--- a/index.html
+++ b/index.html
@@ -1,9 +1,19 @@
-
+
TaskForge — open-source task tracker
+
@@ -12,14 +22,24 @@
TaskForge
A tiny task list that lives in your browser.
-
-
![]()
-
- Tasks are stored on this device.
-
-