Skip to content

Commit 3b91ecd

Browse files
Some optimizations have been made for the "404_not_found.css" file used for the 404 error screen.
1 parent 0e26350 commit 3b91ecd

File tree

1 file changed

+13
-20
lines changed

1 file changed

+13
-20
lines changed

404NotFound/404CSS/404_not_found.css

+13-20
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,24 @@
1+
body {
2+
text-align: center;
3+
font-family: Arial;
4+
}
5+
.homelink {
6+
text-align: center;
7+
color: rgb(151, 31, 207);
8+
text-decoration: none;
9+
}
10+
.error {
11+
color: rgb(151, 31, 207);
12+
}
13+
114
@media screen and (width: 1920px) {
215
body {
316
background: url("/assets/Images/WalpaperImages/1920x1080/macosmonterey.png");
4-
text-align: center;
5-
font-family: Arial;
6-
}
7-
.homelink {
8-
text-align: center;
9-
color: rgb(151, 31, 207);
10-
text-decoration: none;
11-
}
12-
.error {
13-
color: rgb(151, 31, 207);
1417
}
1518
}
1619

1720
@media screen and (width: 2560px) {
1821
body {
1922
background: url("/assets/Images/WalpaperImages/2560x1440/macosmonterey.jpg");
20-
text-align: center;
21-
font-family: Arial;
22-
}
23-
.homelink {
24-
text-align: center;
25-
color: rgb(151, 31, 207);
26-
text-decoration: none;
27-
}
28-
.error {
29-
color: rgb(151, 31, 207);
3023
}
3124
}

0 commit comments

Comments
 (0)