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