Skip to content

Commit d0b2f9a

Browse files
edit error again (#883)
* changing 404png * oops image * changing color * somehow not get pushed * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2afabbc commit d0b2f9a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
-11.3 KB
Loading

ocfweb/templates/404.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
{% load static %}
33

44
{% block content %}
5+
56
<div>
67
<style>
78
body {
8-
background-color: #58C5C8;
9+
background-color: #6ca2b5;
910
}
1011

1112
.ocf-content {
1213
padding: 0px 0px 0px 0px;
13-
background-color: #58C5C8;
14+
background-color: #ebeef1;
1415
height: 1000px;
1516
}
1617
</style>

0 commit comments

Comments
 (0)