Hello there
This should, but doesn’t work as expected
<html>
<head>
<style>
a {
border: 5px solid transparent;
outline: 5px solid transparent;
};
a:visited {
border-color: green;
outline-color: red;
}
</style>
</head>
<body>
<a href="https://brave.com">Brave</a>
</body></html>