Advertisement
arie_cristianD

post title underline when hover

Dec 17th, 2023
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.10 KB | None | 0 0
  1. /* post title underline when hover */
  2. .jeg_post_title > a:hover {
  3.     text-decoration : underline ;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement