Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* JNews || Custom style for link in the single post like https://www.tecmundo.com.br/ */
- .single-post .post-wrapper .content-inner a:not(.next):not(.prev) {
- border-bottom: 1px solid #0083df;
- transition: all .2s ease;
- }
- .single-post .post-wrapper .content-inner a:hover {
- background-color: rgb(0 127 223 / 10%);
- border-bottom-color: transparent;
- color : #0083df ;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement