From 8ec467d66895598a6c770909053d64cc1c374a78 Mon Sep 17 00:00:00 2001 From: baoweise Date: Fri, 29 May 2026 14:26:55 +0800 Subject: [PATCH] style: add custom background and text color to select options in vpngate_manager.py --- vpngate_manager.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vpngate_manager.py b/vpngate_manager.py index 1937ba5..61eba5e 100644 --- a/vpngate_manager.py +++ b/vpngate_manager.py @@ -2129,6 +2129,10 @@ INDEX_HTML = r""" box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2); background: rgba(15, 23, 42, 0.6); } + select option { + background-color: #0f172a; + color: #f8fafc; + }