Very close, though the :after form is deprecated—it should be ::after.
:after
::after
If you’re using GreaterWrong, I suggest this instead:
.body-text a::after { content: " (" attr(title) ") "; }
Thanks!
Very close, though the
:after
form is deprecated—it should be::after
.If you’re using GreaterWrong, I suggest this instead:
Thanks!