blob: 6078d3a640291c5bdac6249af163f1ffa3f2cbce [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>Forced colors mode - link color.</title>
<link rel="help" href="https://www.w3.org/TR/css-color-adjust-1/#forced-colors-properties">
<link rel=match href="forced-colors-mode-05-ref.html">
<style>
a {
color: rgb(255, 0, 0);
}
</style>
<body>
<p>
<a href="https://www.wikipedia.org" id="link">
This link color should be overridden when forced colors mode is enabled.
</a>
</p>
</body>