diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index 69f0b72..41f9020 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -1812,13 +1812,13 @@ table.lightgrey-weekends tbody td:nth-child(n+6) { transition: all 200ms ease-in-out; } .fa-facebook:hover{ - color: #4267B2; + color: #d6249f; } .fa-twitter:hover{ - color: #1DA1F2; + color: #d6249f; } .fa-linkedin:hover{ - color: #0077B5; + color: #d6249f; } .fa-instagram:hover { color: #d6249f; @@ -1828,7 +1828,7 @@ table.lightgrey-weekends tbody td:nth-child(n+6) { -webkit-text-fill-color: transparent !important; */ } .fa-linkedin-in:hover{ - color: #0e76a8; + color: #d6249f; } .box{ width: 50px; diff --git a/resources/views/layout/app.blade.php b/resources/views/layout/app.blade.php index 6199b7b..905722b 100644 --- a/resources/views/layout/app.blade.php +++ b/resources/views/layout/app.blade.php @@ -256,7 +256,7 @@