I was reading about CSS pseudo-classes and I came across the :link
pseudo-class.
Everyone says that the :link
pseudo-class matches link element
The :visited
psuedoselector can change many properties (e.g. color
, background-color
) but unfortunately font-size
is not one of them. This is why it would not change your font-size even if you were setting it in your :visited code.
The reason for the restriction is for privacy reasons. You can see more about the restrictions to visited here