diff --git a/assets/about/about.css b/assets/about/about.css
index 9eeaa2977..3cd009cb0 100644
--- a/assets/about/about.css
+++ b/assets/about/about.css
@@ -76,14 +76,18 @@
color: #73408f;
}
-.social a.github:hover {
- color: #21d061;
+.social a.linkedin:hover {
+ color: #1990cb;
}
-.social a.twitter:hover {
- color: #00fff7;
+.social a.github:hover {
+ color: #21d061;
}
.social a.facebook:hover {
color: #0026ff;
}
+
+.social a.twitter:hover {
+ color: #00fff7;
+}
diff --git a/assets/about/about.html b/assets/about/about.html
index 3413194a2..37d41fcf1 100644
--- a/assets/about/about.html
+++ b/assets/about/about.html
@@ -95,9 +95,10 @@
Join Us
- Home
diff --git a/assets/contact/contact.css b/assets/contact/contact.css
index 33e583850..643e605fa 100644
--- a/assets/contact/contact.css
+++ b/assets/contact/contact.css
@@ -221,14 +221,18 @@ button:hover {
color: #73408f;
}
-.social a.github:hover {
- color: #21d061;
+.social a.linkedin:hover {
+ color: #1990cb;
}
-.social a.twitter:hover {
- color: #00fff7;
+.social a.github:hover {
+ color: #21d061;
}
.social a.facebook:hover {
color: #0026ff;
}
+
+.social a.twitter:hover {
+ color: #00fff7;
+}
diff --git a/assets/contact/contact.html b/assets/contact/contact.html
index 7768c96e7..17ec46ad3 100644
--- a/assets/contact/contact.html
+++ b/assets/contact/contact.html
@@ -85,9 +85,10 @@ Contact Us
- Home
diff --git a/assets/contributors/contributor.css b/assets/contributors/contributor.css
index 9feafc810..545d4cb76 100644
--- a/assets/contributors/contributor.css
+++ b/assets/contributors/contributor.css
@@ -208,18 +208,22 @@ div {
color: #73408f;
}
-.social a.github:hover {
- color: #21d061;
+.social a.linkedin:hover {
+ color: #1990cb;
}
-.social a.twitter:hover {
- color: #00fff7;
+.social a.github:hover {
+ color: #21d061;
}
.social a.facebook:hover {
color: #0026ff;
}
+.social a.twitter:hover {
+ color: #00fff7;
+}
+
.footer-basic .copyright {
margin-top: 15px;
text-align: center;
diff --git a/assets/contributors/contributor.html b/assets/contributors/contributor.html
index a9066d2dd..ea8ef79c9 100644
--- a/assets/contributors/contributor.html
+++ b/assets/contributors/contributor.html
@@ -183,9 +183,10 @@ Faces of Dedication: Our Contributing Heroes
- Home
diff --git a/assets/faq/faq.css b/assets/faq/faq.css
index e9a985dbc..407cf69cd 100644
--- a/assets/faq/faq.css
+++ b/assets/faq/faq.css
@@ -118,18 +118,22 @@
color: #73408f;
}
-.social a.github:hover {
- color: #21d061;
+.social a.linkedin:hover {
+ color: #1990cb;
}
-.social a.twitter:hover {
- color: #00fff7;
+.social a.github:hover {
+ color: #21d061;
}
.social a.facebook:hover {
color: #0026ff;
}
+.social a.twitter:hover {
+ color: #00fff7;
+}
+
/* Responsive Media Query */
@media screen and (max-width: 768px) {
diff --git a/assets/faq/faq.html b/assets/faq/faq.html
index a9f0ceb9d..03b5db329 100644
--- a/assets/faq/faq.html
+++ b/assets/faq/faq.html
@@ -82,9 +82,10 @@
- Home
diff --git a/index.html b/index.html
index b7f882390..3479bcc92 100644
--- a/index.html
+++ b/index.html
@@ -3557,9 +3557,10 @@ Calculates the linear density of the yarn from unit system to another.
- Home
diff --git a/style.css b/style.css
index 40e2d956a..1c3319ef1 100644
--- a/style.css
+++ b/style.css
@@ -1517,18 +1517,22 @@ section {
color: #73408f;
}
-.social a.github:hover {
- color: #21d061;
+.social a.linkedin:hover {
+ color: #1990cb;
}
-.social a.twitter:hover {
- color: #00fff7;
+.social a.github:hover {
+ color: #21d061;
}
.social a.facebook:hover {
color: #0026ff;
}
+.social a.twitter:hover {
+ color: #00fff7;
+}
+
.footer-basic .copyright {
margin-top: 15px;
text-align: center;