From b0c7723393a43ffca8277f597f375e148ba3ff2f Mon Sep 17 00:00:00 2001 From: yetone Date: Sat, 16 May 2026 00:50:35 +0800 Subject: [PATCH] fix(admin/settings): make tab shell readable in dark mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Vue's scoped-CSS compiler was dropping the `:global(.dark) .settings-tabs-shell` rules in the production build, so the tab strip kept its light-mode white background and the inactive tab labels (text-gray-300) showed at ~1.6:1 contrast — effectively unreadable. Hoist the three dark-mode overrides into an unscoped ` + +