Skip to content

Commit

Permalink
Update 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
1coderookie authored Mar 9, 2024
1 parent 8137fb4 commit 3d8cb8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overrides/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}

section.notFound h1 {
color: orange;
color: red;
font-size: 30px;
margin-bottom: 45px;
}
Expand Down Expand Up @@ -59,7 +59,7 @@
height: auto;
}
section.notFound h1 {
color: orange;
color: red;
font-size: 20px;
}
div.text a {
Expand Down

0 comments on commit 3d8cb8a

Please sign in to comment.