From e9cec7a29bb2091c1469d9ebbb6635fd45aac697 Mon Sep 17 00:00:00 2001 From: DremOS Developing Team <connorrox60@gmail.com> Date: Wed, 10 Oct 2018 11:34:53 -0500 Subject: [PATCH] Update 404.html --- 404.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/404.html b/404.html index 7f8426c..a8f7b90 100644 --- a/404.html +++ b/404.html @@ -3,11 +3,22 @@ <title>ERROR</title> <style> body { - background-color:blue; - link-decoration:underline; + background-color: blue; } p { - color:white; + color: white; + } + a:link { + color: white; + } + a:visited { + color: white; + } + a:hover { + color: white; + } + a:active { + color: white; } </style> </head>