Nothing related to your browser.
You forgot to use :visited and :hover. I've added the code in your sub's CSS.
body .post .post-heading .title:visited {
color: #0f0 !important;
}
body .post .post-heading .title:hover {
color: #f00 !important;
}
Just change the colors to your liking.
Nothing related to your browser.
You forgot to use :visited and :hover. I've added the code in your sub's CSS.
`body .post .post-heading .title:visited {`
`color: #0f0 !important;`
`}`
`body .post .post-heading .title:hover {`
`color: #f00 !important;`
`}`
Just change the colors to your liking.
(post is archived)