diff --git a/html/options.html b/html/options.html
index 1dac9e5..6209cef 100644
--- a/html/options.html
+++ b/html/options.html
@@ -3,41 +3,49 @@
Proxy Settings
diff --git a/html/popup.html b/html/popup.html
index 7d3ef9b..aa53ad9 100644
--- a/html/popup.html
+++ b/html/popup.html
@@ -71,9 +71,11 @@
#statusMessage {
margin-top: 30px;
- font-size: 18px;
- font-weight: none;
+ font-size: 16px;
+ font-weight: bold;
min-height: 30px;
+ max-width: 100%;
+ overflow-wrap: break-word;
}
.button-container-1 {
@@ -176,11 +178,17 @@
background-position: center;
margin-top: 10px;
margin-bottom: 30px;
+ transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
+ }
+
+ .social-link:hover {
+ transform: scale(1.2) translateY(-1px);
+ filter: brightness(1.1);
}
.social-link.debros { background-image: url('../images/debroslogo.png'); }
.social-link.x { background-image: url('../images/x.png'); }
- .social-link.docs { background-image: url('../images/github.png'); }
+ .social-link.docs { background-image: url('../images/gitbros.png'); }
.social-link.anyone { background-image: url('../images/anonlogo.png'); }
@@ -208,7 +216,7 @@