From 693b9f97362d05e251c1195a0bae1434dd60acb9 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Fri, 8 May 2026 18:41:59 +0200 Subject: [PATCH] fix(frontend): darken light-theme page bg so cards stand out MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The light-theme --bg-page was #f0f2f5 — close enough to AD-Vue's #fff card background that the cards faded into the page. Bump it to #e6e8ec (a more visibly distinct gray) so cards lift cleanly off the surface. Dark and ultra-dark stay where they were. Co-Authored-By: Claude Opus 4.7 --- frontend/src/pages/inbounds/InboundsPage.vue | 2 +- frontend/src/pages/index/IndexPage.vue | 2 +- frontend/src/pages/settings/SettingsPage.vue | 2 +- frontend/src/pages/xray/XrayPage.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/pages/inbounds/InboundsPage.vue b/frontend/src/pages/inbounds/InboundsPage.vue index 6aab5ffb..59eedd29 100644 --- a/frontend/src/pages/inbounds/InboundsPage.vue +++ b/frontend/src/pages/inbounds/InboundsPage.vue @@ -669,7 +669,7 @@ function onRowAction({ key, dbInbound }) {