From 056f73ca33c254cc2270612268b43185fae4d821 Mon Sep 17 00:00:00 2001 From: treamz Date: Sat, 21 Mar 2026 23:36:57 +0300 Subject: [PATCH] Unified theme: auth pages use shared.css variables + dark/light support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Login/register now use CSS variables (--surface-*, --text-*, --accent) - Dark/light theme toggle on auth pages (synced with localStorage) - Unified nav menu: Главная, Инструменты, Возможности across all pages - Consistent header style (backdrop blur, border) --- public/index.html | 7 +-- public/login.html | 132 +++++++++++++++++++-------------------- public/register.html | 143 ++++++++++++++++++++----------------------- 3 files changed, 136 insertions(+), 146 deletions(-) diff --git a/public/index.html b/public/index.html index 6b1e5cd..5c56a07 100644 --- a/public/index.html +++ b/public/index.html @@ -73,10 +73,9 @@ WA Dev Tools
diff --git a/public/login.html b/public/login.html index d2f3951..512edab 100644 --- a/public/login.html +++ b/public/login.html @@ -1,5 +1,5 @@ - + @@ -7,62 +7,68 @@ + + -
-
Вход в аккаунт
Добро пожаловать обратно
-
-
@@ -96,44 +103,39 @@
-
- - +
diff --git a/public/register.html b/public/register.html index 417dc64..5322772 100644 --- a/public/register.html +++ b/public/register.html @@ -1,5 +1,5 @@ - + @@ -7,63 +7,68 @@ + + -
-
Создать аккаунт
Бесплатный доступ ко всем инструментам
-
-
@@ -106,56 +112,39 @@
-
- - +