Add styling for active proxy info to enhance visibility

This commit is contained in:
go0p
2025-03-31 15:21:33 +08:00
parent a8de7e8834
commit 2f1acfc1dc
+3
View File
@@ -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;