blob: 29fd79ae471c175b7d1f8519ac3ee77c2d4cbf41 [file] [log] [blame]
<html>
<head>
<style>
a {
font-size: 300%;
stroke-width: 2px;
stroke-color: green;
}
a:visited {
color: red;
stroke-color: blue;
}
</style>
</head>
<body>
<a href>Visited link with blue stroke color</a>
</body>
</html>