Created
April 5, 2019 14:35
-
-
Save artlipsky/65607a87a97cc947af2bbb6471a73462 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
/*--------------------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