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,9 +5,9 @@ permalink: /404.html
--- ---
<style> <style>
a { a, a:hover {
color:#fff; color:#fff;
text-decoration:none; text-decoration :none;
} }
body { body {
background-color: #000000; background-color: #000000;