Skip to content

Commit 7a61950

Browse files
An unnecessary code for the 404 Error screen display was deleted.
1 parent b5080f1 commit 7a61950

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

404NotFound/404CSS/404_not_found.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
body {
22
text-align: center;
33
font-family: Arial;
4+
color: rgb(151, 31, 207);
45
}
56
.homelink {
67
color: rgb(151, 31, 207);
78
text-decoration: none;
89
}
9-
.error {
10-
color: rgb(151, 31, 207);
11-
}
1210

1311
@media screen and (width: 1920px) {
1412
body {

0 commit comments

Comments
 (0)