summaryrefslogtreecommitdiff
path: root/html/app/views/error
diff options
context:
space:
mode:
Diffstat (limited to 'html/app/views/error')
-rw-r--r--html/app/views/error/404.php2
-rw-r--r--html/app/views/error/general.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/html/app/views/error/404.php b/html/app/views/error/404.php
index 30fe206..f594860 100644
--- a/html/app/views/error/404.php
+++ b/html/app/views/error/404.php
@@ -8,7 +8,7 @@
html,body{
padding:0; margin:0;
font-size:1.25em; font-family: Arial, Helvetica, Ubuntu, sans-serif;
- color: #037; background: #f3f4f5;
+ color: #037; background: #eee;
line-height:1.2em;
}
h3 {
diff --git a/html/app/views/error/general.php b/html/app/views/error/general.php
index 82a1d6e..d6649de 100644
--- a/html/app/views/error/general.php
+++ b/html/app/views/error/general.php
@@ -8,7 +8,7 @@
html,body{
padding:0; margin:0;
font-size:1.25em; font-family: Arial, Helvetica, Ubuntu, sans-serif;
- color: #037; background: #f3f4f5;
+ color: #037; background: #eee;
line-height:1.2em;
}
h3 {