Update 'index.html'

This commit is contained in:
awesomeuser 2023-07-07 17:43:05 +00:00
parent 28170f2079
commit e436cbc8a9

View file

@ -36,13 +36,17 @@
}
a {
color: white;
color: lightgray;
}
a:link::after {
content: " (unvisited)";
}
a:visited::after {
content: "";
}
</style>
</head>