gbowne1 / spmssite

The code for my old business website.
GNU General Public License v3.0
8 stars 31 forks source link

Colors for FontAwesome Social Icons #48

Closed gbowne1 closed 2 years ago

gbowne1 commented 2 years ago

Prerequisites

Current Behavior

There is no current styling for the social media icons in the footer.

Add the colors from below.

Expected Behavior

.fa-facebook {
    color: #1877f2;
}

.fa-github {
    color: #171515;
}

.fa-youtube {
    color: #ff0000;
}

.fa-discord {
    color: #5865f2;
}

.fa-reddit {
    color: #ff4500;
}

.ft-social-list li a :hover {
    color: #fff;
}

Steps to Reproduce

Try it :+1: :-)

ArpitaGanatra commented 2 years ago

Hey, I have created a pull request solving this issue. Please take a look!

gbowne1 commented 2 years ago

Thanks for your PR!