Skip to content

Commit 369e19f

Browse files
authored
Add cc theme color.
1 parent afda844 commit 369e19f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/404.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
.section .error{
1212
font-weight:bold;
1313
font-size: 10rem;
14-
color: #f66d2c;
14+
color: #ed592f;
1515
text-shadow:
1616
1px 1px 1px #000,
1717
2px 2px 1px #000,
@@ -38,8 +38,8 @@
3838
<h1 class="error">404</h1>
3939
<h2 style="margin:0px">Page Not Found!</h2>
4040
<div class="page">Sorry. The page you are looking for doesn't exist.</div>
41-
<a class="btn text-white" href="https://opensource.creativecommons.org/" style="background-color:#f66d2c">Return Home</a>
42-
<a class="btn text-white" href="https://creativecommons.org/about/contact/" style="background-color:#f66d2c">Contact Us</a>
41+
<a class="btn text-white" href="https://opensource.creativecommons.org/" style="background-color:#ed592f">Return Home</a>
42+
<a class="btn text-white" href="https://creativecommons.org/about/contact/" style="background-color:#ed592f">Contact Us</a>
4343
</div>
4444
<!-- Creative commons -->
4545
{% endblock %}

0 commit comments

Comments
 (0)