color visited links

This commit is contained in:
hnhx 2022-02-23 19:01:19 +01:00
parent eecca5dcfb
commit 499eae094b

View file

@ -202,6 +202,10 @@ button {
text-decoration: underline;
}
.result-container a:visited h2 {
color: #bd93f9;
}
/* .result-container END */