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 { a {
color: white; color: lightgray;
} }
a:link::after { a:link::after {
content: " (unvisited)"; content: " (unvisited)";
} }
a:visited::after {
content: "";
}
</style> </style>
</head> </head>