Created
August 13, 2020 06:57
-
-
Save ibndawood/ec401c954e9c014fdd13d497a1be8012 to your computer and use it in GitHub Desktop.
Electro v2 - Footer background color
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.copyright-bar, | |
.desktop-footer .footer-bottom-widgets { | |
background-color: #000; | |
color: #fff; | |
} | |
.footer-bottom-widgets ul>li>a, | |
.copyright-bar a{ | |
color: #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment