Fixed links changing color on hover on 404 page

This commit is contained in:
NinjaCheetah 2022-10-23 20:30:52 -04:00
parent a9eed9e3ea
commit e8e6d85e44
No known key found for this signature in database
GPG Key ID: 6EC6DD38B449B426

View File

@ -5,7 +5,7 @@ permalink: /404.html
---
<style>
a {
a, a:hover {
color:#fff;
text-decoration :none;
}