summaryrefslogtreecommitdiff
path: root/html/app/views/error
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-29 05:07:28 +0300
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-29 05:07:28 +0300
commita16d070c4f8301a8b68220aca6d3573705be9025 (patch)
tree588529ec92de8c19eacf9ddfbe5f2a534c52c374 /html/app/views/error
parent5ce005a4f120c7470cd84c1af306b64c52e3dbfc (diff)
downloadclassroom-authentication.tar.gz
classroom-authentication.tar.bz2
classroom-authentication.zip
user's setup-account pages (work in progress)backofficeauthentication
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 {