Skip to content

Commit 4ec5eb7

Browse files
Minor edit.
1 parent 28253a2 commit 4ec5eb7

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

404NotFound/404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1 class="error">404 Not Found Error</h1>
1313
<br>
1414
<p class="error">The page you are looking for was not found or the page does not exist 404 Not found Error.</p>
1515
<br>
16-
<p class="homelink"><a class="homelink" href="https://linuxuserslinuxmint.github.io">LinuxUsersLinuxMint - Main Page</a></p>
17-
<p class="homelink"><a href="/support/index_en.html" class="homelink">LinuxUsersLinuxMint - Support Page</a></p>
16+
<p><a class="home" href="https://linuxuserslinuxmint.github.io">LinuxUsersLinuxMint - Main Page</a></p>
17+
<p><a href="/support/index_en.html" class="home">LinuxUsersLinuxMint - Support Page</a></p>
1818
</body>
1919
</html>

404NotFound/404CSS/404_not_found.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1+
@import url("/assets/CSS/common_code.css");
12
body {
23
text-align: center;
3-
font-family: Arial;
4-
color: rgb(151, 31, 207);
5-
}
6-
.homelink {
7-
color: rgb(151, 31, 207);
8-
text-decoration: none;
4+
color: var(--lx-web-plato-color);
95
}
106

117
@media screen and (width: 1920px) {

0 commit comments

Comments
 (0)