fix(frontend): darken light-theme page bg so cards stand out

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 <noreply@anthropic.com>
This commit is contained in:
MHSanaei 2026-05-08 18:41:59 +02:00
parent 69ca4f803e
commit 693b9f9736
No known key found for this signature in database
GPG key ID: 7E4060F2FBE5AB7A
4 changed files with 4 additions and 4 deletions

View file

@ -669,7 +669,7 @@ function onRowAction({ key, dbInbound }) {
<style scoped>
.inbounds-page {
--bg-page: #f0f2f5;
--bg-page: #e6e8ec;
--bg-card: #ffffff;
min-height: 100vh;

View file

@ -319,7 +319,7 @@ async function openConfig() {
<style scoped>
.index-page {
--bg-page: #f0f2f5;
--bg-page: #e6e8ec;
--bg-card: #ffffff;
min-height: 100vh;

View file

@ -250,7 +250,7 @@ const alertVisible = ref(true);
<style scoped>
.settings-page {
--bg-page: #f0f2f5;
--bg-page: #e6e8ec;
--bg-card: #ffffff;
min-height: 100vh;

View file

@ -301,7 +301,7 @@ function confirmRestart() {
<style scoped>
.xray-page {
--bg-page: #f0f2f5;
--bg-page: #e6e8ec;
--bg-card: #ffffff;
min-height: 100vh;