diff --git a/web/pandas/index.html b/web/pandas/index.html
index 930f6caa59cb9..98f91f8d0a359 100644
--- a/web/pandas/index.html
+++ b/web/pandas/index.html
@@ -72,9 +72,19 @@ Latest version: {{ releases[0].name }}
{% endif %}
Follow us
Get the book
diff --git a/web/pandas/static/css/pandas.css b/web/pandas/static/css/pandas.css
index 67955dd35587c..d5112dd220355 100644
--- a/web/pandas/static/css/pandas.css
+++ b/web/pandas/static/css/pandas.css
@@ -32,6 +32,13 @@ ol ol, ol ul, ul ol, ul ul {
.pink {
color: #e70488;
}
+.follow-us-button {
+ font-size: 2.4rem !important;
+ color: #0d6efd !important;
+}
+.follow-us-button:hover {
+ color: #0b5ed7 !important;
+}
.fab {
font-size: 1.2rem;
color: #666;