Safari no longer honers the style sheet file to display visited links in different color
Safari 12.1 no longer honers the style sheet file to display visited links in different color. I've been using a Style Sheet file for many years but it no longer works. The file contains the following:
a:link {color:#0E0EFF; text-decoration: none}
a:visited {color:#CA08FF; text-decoration: none}
I tried to change it to the following, but it forgets the color after going to another link:
a:visited { color: #800080 ! important }
I also tried the following:
a:visited { color: green }
iMac 27", macOS 10.14