blob: 5b88093ab78e48880f13fccd7f9b7330961d6a65 (
plain)
1
2
3
4
5
6
7
|
<!DOCTYPE html>
<style>
a:visited { color: green }
input { color: inherit }
input::placeholder { color: green }
</style>
<a href="visited-page.html"><input placeholder="This should be green"></a>
|