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 d3163cb commit d7639d3
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions overrides/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,11 @@
}

section.notFound h1 {
color: red;
color: orange;
font-size: 50px;
}

section.notFound h2 {
color: red;
font-size: 45px;
}

section.notFound h1, h2, h3 {
section.notFound h1 {
margin-bottom: 45px;
}

Expand All @@ -43,13 +38,14 @@
}

div.text a {
text-decoration: none;
color: red;
text-decoration: underline;
margin-right: 15px;
}

div.text a:hover {
color: red;
text-decoration: underline;
color: yellow;
text-decoration: none;
}

@media only screen and (max-width: 600px) {
Expand All @@ -62,14 +58,17 @@
height: auto;
}
section.notFound h1 {
color: orange;
font-size: 40px;
}
section.notFound h2 {
font-size: 35px;
}
div.text a {
color: red;
text-decoration: underline;
margin-right: 15px;
}
div.text a:active {
color: red;
text-decoration: underline;
color: yellow;
text-decoration: none;
}
}
</style>
Expand Down

0 comments on commit d7639d3

Please sign in to comment.