summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/views/errors/html/error_exception.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/views/errors/html/error_exception.php b/application/views/errors/html/error_exception.php
index 87848866a..22e4f8351 100644
--- a/application/views/errors/html/error_exception.php
+++ b/application/views/errors/html/error_exception.php
@@ -2,7 +2,7 @@
defined('BASEPATH') OR exit('No direct script access allowed');
?>
-<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
+<div style="border:1px solid #DD4814;padding-left:20px;margin:10px 0;">
<h4>An uncaught Exception was encountered</h4>
@@ -29,4 +29,4 @@ defined('BASEPATH') OR exit('No direct script access allowed');
<?php endif ?>
-</div> \ No newline at end of file
+</div>