Add styling for active proxy info to enhance visibility

This commit is contained in:
go0p
2026-08-06 15:11:35 +08:00
committed by go0p
parent 4f1164c418
commit b79dda7f03
+3
View File
@@ -372,6 +372,9 @@ console.log("Content script starting...");
margin-right: 6px !important; margin-right: 6px !important;
filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1)) !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 { .panel-content {
display: none !important; display: none !important;