diff --git a/assets/Gmail_icon_(2020).svg b/assets/Gmail_icon_(2020).svg
new file mode 100644
index 0000000..40b7175
--- /dev/null
+++ b/assets/Gmail_icon_(2020).svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/psx2-privacy.html b/psx2-privacy.html
index 3120c27..f79b13d 100644
--- a/psx2-privacy.html
+++ b/psx2-privacy.html
@@ -73,7 +73,7 @@
Contact Us
If you have any questions about this Privacy Policy, please contact us:
diff --git a/style.css b/style.css
index d73b386..81a8c50 100644
--- a/style.css
+++ b/style.css
@@ -489,35 +489,16 @@ body {
}
/* Email Icon */
-.email-icon {
+.email-icon-simple {
display: inline-block;
text-decoration: none;
- color: #ff2a9d;
- border: 2px solid #ff2a9d;
- background: transparent;
- padding: 4px 8px;
- border-radius: 6px;
- font-size: 16px;
transition: all 0.3s ease;
- text-shadow:
- 0 0 10px rgba(255, 42, 157, 0.8),
- 0 0 20px rgba(255, 42, 157, 0.6);
- box-shadow:
- 0 0 10px rgba(255, 42, 157, 0.4),
- inset 0 0 10px rgba(255, 42, 157, 0.1);
+ margin-left: 4px;
}
-.email-icon:hover {
- color: #ff2a9d;
- border-color: #ff2a9d;
- background: rgba(255, 42, 157, 0.1);
- text-shadow:
- 0 0 15px rgba(255, 42, 157, 1),
- 0 0 30px rgba(255, 42, 157, 0.8);
- box-shadow:
- 0 0 20px rgba(255, 42, 157, 0.6),
- inset 0 0 15px rgba(255, 42, 157, 0.2);
- transform: scale(1.05);
+.email-icon-simple:hover {
+ opacity: 0.7;
+ transform: scale(1.1);
}
/* Desktop Styles */