Last active
April 30, 2020 22:42
-
-
Save jasontucker/6a77a53f07ff26a5c52c0d7bc1a788f7 to your computer and use it in GitHub Desktop.
#website #wordpress #ross
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
#topbanner a{ color: black;} | |
#topbanner a:hover{ color: white;} | |
#footer a{ color: black;} | |
#footer a[href^="tel:"] { | |
font-weight: bold; | |
color: #68a648; | |
} | |
#footer a[href^="tel:"]:hover { | |
font-weight: bold; | |
color: white; | |
} | |
.fl-content a[href^="tel:"] { | |
font-weight: bold; | |
color: #7d2624; | |
} | |
.fl-content a[href^="tel:"]:hover { | |
font-weight: bold; | |
background-color: #7d2624; | |
color: white; | |
} | |
.fl-content a[href^="mailto:"] { | |
font-weight: bold; | |
color: #7d2624; | |
} | |
.fl-content a[href^="mailto:"]:hover { | |
font-weight: bold; | |
background-color: #7d2624; | |
color: white; | |
} | |
#top a:hover{ color: white;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment