diff --git a/resources/views/articles/show.blade.php b/resources/views/articles/show.blade.php
index c535e772c..c01236f44 100644
--- a/resources/views/articles/show.blade.php
+++ b/resources/views/articles/show.blade.php
@@ -153,7 +153,7 @@ class="prose prose-lg text-gray-800 prose-lio"
@if ($article->author()->hasTwitterAccount())
@endif
diff --git a/resources/views/components/articles/engage.blade.php b/resources/views/components/articles/engage.blade.php
index 43f4990e3..56b983798 100644
--- a/resources/views/components/articles/engage.blade.php
+++ b/resources/views/components/articles/engage.blade.php
@@ -7,7 +7,7 @@
hasTwitterAccount())
@endif
diff --git a/resources/views/layouts/_footer.blade.php b/resources/views/layouts/_footer.blade.php
index d8494199a..b768f326c 100644
--- a/resources/views/layouts/_footer.blade.php
+++ b/resources/views/layouts/_footer.blade.php
@@ -42,7 +42,7 @@
-
+
Twitter
diff --git a/resources/views/layouts/_nav.blade.php b/resources/views/layouts/_nav.blade.php
index b7ac3050e..3adfd6fd4 100644
--- a/resources/views/layouts/_nav.blade.php
+++ b/resources/views/layouts/_nav.blade.php
@@ -98,7 +98,7 @@
-
+
Twitter
diff --git a/resources/views/users/profile.blade.php b/resources/views/users/profile.blade.php
index 5cfb8de83..ef055c0a1 100644
--- a/resources/views/users/profile.blade.php
+++ b/resources/views/users/profile.blade.php
@@ -48,7 +48,7 @@ class="w-full bg-center bg-gray-800 h-60"
@if ($user->hasTwitterAccount())
@endif
diff --git a/tailwind.config.js b/tailwind.config.js
index fc45f6ed6..94435cf64 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -41,7 +41,7 @@ module.exports = {
800: '#484a4a',
900: '#343636',
},
- twitter: '#00aaec',
+ twitter: '#000000',
discord: '#7289da',
facebook: '#4267b2',
linkedin: '#2977c9',