Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>Test forced colors mode :visited colors with sys colors</title>
<style>
a {
background-color: CanvasText;
border: 1px solid GrayText;
color: GrayText;
forced-color-adjust: none;
text-decoration: line-through;
text-decoration-color: GrayText;
text-emphasis: '*' GrayText;
-webkit-text-emphasis: '*' GrayText;
}
</style>
<a href="">Visited link.</a>