diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-29 05:07:28 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-29 05:07:28 +0300 |
| commit | a16d070c4f8301a8b68220aca6d3573705be9025 (patch) | |
| tree | 588529ec92de8c19eacf9ddfbe5f2a534c52c374 /html/app/views/error/404.php | |
| parent | 5ce005a4f120c7470cd84c1af306b64c52e3dbfc (diff) | |
| download | classroom-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/404.php')
| -rw-r--r-- | html/app/views/error/404.php | 2 |
1 files changed, 1 insertions, 1 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 { |
