Created
June 5, 2018 14:07
-
-
Save romainbessugesmeusy/4daf0718c28de7319c5550263739f152 to your computer and use it in GitHub Desktop.
This file contains 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
#footer { | |
background: black !important; | |
} | |
.cstheme-cookie-warning { | |
background-color: #54b9b5; | |
} | |
body > main > header a, | |
body > main > header button, | |
.header-item .header-item-serch>.btn, | |
#desktop_cart .blockcart>i | |
{ | |
color: white; | |
} | |
.mobile-navigation .mobile-navigation-left .nav-mobile-navigation-button span, | |
.mobile-navigation .mobile-navigation-left .nav-mobile-navigation-button span:before, | |
.mobile-navigation .mobile-navigation-left .nav-mobile-navigation-button span:after { | |
border-color: white; | |
} | |
body > main > header { | |
background: black !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment