From 9a1abaeb39cb57a1003c85b43866c3a7a8775972 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 21 Sep 2022 10:42:49 +0100 Subject: [PATCH] Error page fix --- error-pages/403.php | 8 ++------ error-pages/404.php | 2 +- error-pages/50x.php | 8 ++------ styles/style.css | 1 + 4 files changed, 6 insertions(+), 13 deletions(-) diff --git a/error-pages/403.php b/error-pages/403.php index 91b988f..3334b71 100644 --- a/error-pages/403.php +++ b/error-pages/403.php @@ -2,8 +2,7 @@ Athena - Error 403 @@ -11,7 +10,7 @@ - +

You're not allowed to see that!

@@ -19,9 +18,6 @@

403 - Forbidden

- - - diff --git a/error-pages/404.php b/error-pages/404.php index fa91a1b..1f760fc 100644 --- a/error-pages/404.php +++ b/error-pages/404.php @@ -10,7 +10,7 @@ - +

Oh no! That page can't be found

diff --git a/error-pages/50x.php b/error-pages/50x.php index 51a32cc..1c6b35a 100644 --- a/error-pages/50x.php +++ b/error-pages/50x.php @@ -2,8 +2,7 @@ Athena - Server Error @@ -11,7 +10,7 @@ - +

Ah, sorry. There's a problem at our end

@@ -19,9 +18,6 @@

50x - Server Error

- - - diff --git a/styles/style.css b/styles/style.css index 59b7db3..a4d37e4 100644 --- a/styles/style.css +++ b/styles/style.css @@ -97,6 +97,7 @@ body { .actionbutton { display: inline-block; + text-decoration: none; cursor: pointer; background-color: #3c78d8; border: none;