From b79dda7f039f1bec1e38fe2212306de424bb27e6 Mon Sep 17 00:00:00 2001 From: go0p Date: Mon, 31 Mar 2025 15:21:33 +0800 Subject: [PATCH] Add styling for active proxy info to enhance visibility --- public/proxy/content.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/proxy/content.js b/public/proxy/content.js index 5f1ffc9..ce0fe8e 100644 --- a/public/proxy/content.js +++ b/public/proxy/content.js @@ -372,6 +372,9 @@ console.log("Content script starting..."); margin-right: 6px !important; filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1)) !important; } + .active-proxy-info span:nth-child(2) { + color: #333 !important; + } .panel-content { display: none !important;