diff --git a/README.md b/README.md
index 0b03e29..ae3db57 100644
--- a/README.md
+++ b/README.md
@@ -1,31 +1,55 @@
# 🎀 WaifuBoard
-**Lightweight all-in-one app for boorus, manga and light novels — no sources included, total freedom via extensions.**
+**Lightweight all-in-one app for boorus, anime, manga and light novels — no sources included, total freedom via extensions.**
-
+
[](https://waifuboard.app)
[](https://git.waifuboard.app/ItsSkaiya/WaifuBoard/releases/latest)
[](https://git.waifuboard.app/ItsSkaiya/WaifuBoard-Extensions)
-**[Website](https://waifuboard.app)** • **[Documentation](https://waifuboard.app/docs)** • **[Download Latest](https://git.waifuboard.app/ItsSkaiya/WaifuBoard/releases/latest)** • **[Discord (soon)](#)**
+**[Website](https://waifuboard.app)** • **[Documentation](https://waifuboard.app/docs)** • **[Download Latest](https://git.waifuboard.app/ItsSkaiya/WaifuBoard/releases/latest)** • **[Discord](https://discord.gg/DAVNf7erRJ)**
-## 🚀 What is WaifuBoard?
-
-**A lightweight and privacy-friendly desktop app designed around modular extensions.** WaifuBoard delivers a clean, organized reading experience for boorus, manga, and light novels, powered entirely by community-made sources.
-
## ✨ Features
- Lightweight
- Discord Rich Presence
-- Super clean & fast UI
-- Built-in **Extension Marketplace**
+- Local lists & anilist integration
+- Multi user support
+- Server version (Coming soon!)
- Fully open-source & community-driven
-- Future mobile ports planned
+
+> ⚠️ **Note**
+>
+> Release candidates may contain breaking changes and unresolved bugs.
+> Expect frequent updates and major changes between versions.
+
+## 🖼️ Gallery
+
+### 👥 Multi-User Profiles
+
+
+### 📖 Reader
+
+#### Manga
+
+
+#### Manhwa
+
+
+#### Light Novel
+
+
+### 📅 Schedule & Tracking
+
+
+### 📚 Lists (Local & AniList)
+
+
## 🖥️ Download & Platform Support
diff --git a/assets/hero.png b/assets/hero.png
new file mode 100644
index 0000000..f8c4725
Binary files /dev/null and b/assets/hero.png differ
diff --git a/assets/list.gif b/assets/list.gif
new file mode 100644
index 0000000..fb0d74b
Binary files /dev/null and b/assets/list.gif differ
diff --git a/assets/manga.png b/assets/manga.png
new file mode 100644
index 0000000..e437389
Binary files /dev/null and b/assets/manga.png differ
diff --git a/assets/manhwa.png b/assets/manhwa.png
new file mode 100644
index 0000000..89f092a
Binary files /dev/null and b/assets/manhwa.png differ
diff --git a/assets/novel.gif b/assets/novel.gif
new file mode 100644
index 0000000..0fd69f8
Binary files /dev/null and b/assets/novel.gif differ
diff --git a/assets/schedule.png b/assets/schedule.png
new file mode 100644
index 0000000..4032c51
Binary files /dev/null and b/assets/schedule.png differ
diff --git a/assets/users.gif b/assets/users.gif
new file mode 100644
index 0000000..9fc89fe
Binary files /dev/null and b/assets/users.gif differ
diff --git a/desktop/README.md b/desktop/README.md
deleted file mode 100644
index 0b03e29..0000000
--- a/desktop/README.md
+++ /dev/null
@@ -1,53 +0,0 @@
-# 🎀 WaifuBoard
-
-**Lightweight all-in-one app for boorus, manga and light novels — no sources included, total freedom via extensions.**
-
-
-
-
-[](https://waifuboard.app)
-[](https://git.waifuboard.app/ItsSkaiya/WaifuBoard/releases/latest)
-[](https://git.waifuboard.app/ItsSkaiya/WaifuBoard-Extensions)
-
-**[Website](https://waifuboard.app)** • **[Documentation](https://waifuboard.app/docs)** • **[Download Latest](https://git.waifuboard.app/ItsSkaiya/WaifuBoard/releases/latest)** • **[Discord (soon)](#)**
-
-
-
-
-## 🚀 What is WaifuBoard?
-
-**A lightweight and privacy-friendly desktop app designed around modular extensions.** WaifuBoard delivers a clean, organized reading experience for boorus, manga, and light novels, powered entirely by community-made sources.
-
-## ✨ Features
-
-- Lightweight
-- Discord Rich Presence
-- Super clean & fast UI
-- Built-in **Extension Marketplace**
-- Fully open-source & community-driven
-- Future mobile ports planned
-
-## 🖥️ Download & Platform Support
-
-| Platform | Status | Link |
-|------------|-----------------|-----------------------------------------------------------|
-| Windows | ✅ Available now | [Latest Release](https://git.waifuboard.app/ItsSkaiya/WaifuBoard/releases/latest) |
-| Linux | ⏳ Coming soon | — |
-| macOS | ⏳ Coming soon | — |
-
-## 📦 Extensions & Marketplace
-
-WaifuBoard ships empty. **You decide exactly what sources you want.**
-
-**Official Extensions Repository** → https://git.waifuboard.app/ItsSkaiya/WaifuBoard-Extensions
-**Extension Development Docs** → https://waifuboard.app/docs
-
-## ⚠️ Legal Disclaimer
-
-**WaifuBoard does not host, store, or distribute any content.
-All material is retrieved in real time through third-party extensions installed by the user.
-You are fully responsible for ensuring that the sources you access comply with the laws of your region.**
-
----
-
-**Designed for the otakus by an otaku.** 💜
diff --git a/desktop/src/scripts/books/reader.js b/desktop/src/scripts/books/reader.js
index 31f78e1..5733f02 100644
--- a/desktop/src/scripts/books/reader.js
+++ b/desktop/src/scripts/books/reader.js
@@ -97,7 +97,7 @@ function applyStyles() {
document.documentElement.style.setProperty('--ln-max-width', config.ln.maxWidth + 'px');
document.documentElement.style.setProperty('--ln-font-family', config.ln.fontFamily);
document.documentElement.style.setProperty('--ln-text-color', config.ln.textColor);
- document.documentElement.style.setProperty('--bg-base', config.ln.bg);
+ document.documentElement.style.setProperty('--color-bg-base', config.ln.bg);
document.documentElement.style.setProperty('--ln-text-align', config.ln.textAlign);
}
diff --git a/docker/README.md b/docker/README.md
deleted file mode 100644
index 0b03e29..0000000
--- a/docker/README.md
+++ /dev/null
@@ -1,53 +0,0 @@
-# 🎀 WaifuBoard
-
-**Lightweight all-in-one app for boorus, manga and light novels — no sources included, total freedom via extensions.**
-
-
-
-
-[](https://waifuboard.app)
-[](https://git.waifuboard.app/ItsSkaiya/WaifuBoard/releases/latest)
-[](https://git.waifuboard.app/ItsSkaiya/WaifuBoard-Extensions)
-
-**[Website](https://waifuboard.app)** • **[Documentation](https://waifuboard.app/docs)** • **[Download Latest](https://git.waifuboard.app/ItsSkaiya/WaifuBoard/releases/latest)** • **[Discord (soon)](#)**
-
-
-
-
-## 🚀 What is WaifuBoard?
-
-**A lightweight and privacy-friendly desktop app designed around modular extensions.** WaifuBoard delivers a clean, organized reading experience for boorus, manga, and light novels, powered entirely by community-made sources.
-
-## ✨ Features
-
-- Lightweight
-- Discord Rich Presence
-- Super clean & fast UI
-- Built-in **Extension Marketplace**
-- Fully open-source & community-driven
-- Future mobile ports planned
-
-## 🖥️ Download & Platform Support
-
-| Platform | Status | Link |
-|------------|-----------------|-----------------------------------------------------------|
-| Windows | ✅ Available now | [Latest Release](https://git.waifuboard.app/ItsSkaiya/WaifuBoard/releases/latest) |
-| Linux | ⏳ Coming soon | — |
-| macOS | ⏳ Coming soon | — |
-
-## 📦 Extensions & Marketplace
-
-WaifuBoard ships empty. **You decide exactly what sources you want.**
-
-**Official Extensions Repository** → https://git.waifuboard.app/ItsSkaiya/WaifuBoard-Extensions
-**Extension Development Docs** → https://waifuboard.app/docs
-
-## ⚠️ Legal Disclaimer
-
-**WaifuBoard does not host, store, or distribute any content.
-All material is retrieved in real time through third-party extensions installed by the user.
-You are fully responsible for ensuring that the sources you access comply with the laws of your region.**
-
----
-
-**Designed for the otakus by an otaku.** 💜
diff --git a/docker/src/scripts/books/reader.js b/docker/src/scripts/books/reader.js
index 31f78e1..5733f02 100644
--- a/docker/src/scripts/books/reader.js
+++ b/docker/src/scripts/books/reader.js
@@ -97,7 +97,7 @@ function applyStyles() {
document.documentElement.style.setProperty('--ln-max-width', config.ln.maxWidth + 'px');
document.documentElement.style.setProperty('--ln-font-family', config.ln.fontFamily);
document.documentElement.style.setProperty('--ln-text-color', config.ln.textColor);
- document.documentElement.style.setProperty('--bg-base', config.ln.bg);
+ document.documentElement.style.setProperty('--color-bg-base', config.ln.bg);
document.documentElement.style.setProperty('--ln-text-align', config.ln.textAlign);
}