Skip to content

Instantly share code, notes, and snippets.

@artlipsky
Created April 5, 2019 14:35
Show Gist options
  • Save artlipsky/65607a87a97cc947af2bbb6471a73462 to your computer and use it in GitHub Desktop.
Save artlipsky/65607a87a97cc947af2bbb6471a73462 to your computer and use it in GitHub Desktop.
/*--------------------Default Styles---------------------*/
.product_meta {
color: #999;
}
.posted_in a {
color: #00ADF5;
transition: all ease 0.2s;
}
.posted_in a:hover {
color: #E96199;
}
/*--------------------Custom Styles----------------------*/
/* Text Styles */
.product_meta {
font-family: default;
letter-spacing: default;
line-height: default;
font-size: default;
color: default;
text-transform: default;
}
/* Links Colors */
.posted_in a {
color: default;
}
.posted_in a:hover {
color: default;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment