HTML default link color
- by Semyon Perepelitsa
I want to set color of some elements to default link color with CSS.
<a href="/">That color</a> is the same as <span style="color: link;">that</span>.
Any way to do that? This website don't change default browser's link color.