Default
link
color
Inherit the
link
color
Reset the
link
color
Unset the
link
color
body { color: green; } .my-class-1 a { color: inherit; } .my-class-2 a { color: initial; } .my-class-3 a { color: unset; }
Default
link
color
Inherit the
link
color
Reset the
link
color
Unset the
link
color