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 .jeg_main_content a {
- border-bottom: 1px solid #0083df;
- transition: all .2s ease;
- }
- .single-post .post-wrapper .jeg_main_content a:hover {
- background-color: rgb(0 127 223 / 10%);
- border-bottom-color: transparent;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement