Skip to content

Instantly share code, notes, and snippets.

@jasontucker
Last active April 30, 2020 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasontucker/6a77a53f07ff26a5c52c0d7bc1a788f7 to your computer and use it in GitHub Desktop.
Save jasontucker/6a77a53f07ff26a5c52c0d7bc1a788f7 to your computer and use it in GitHub Desktop.
#website #wordpress #ross
#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