File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ <h1 class="error">404 Not Found Error</h1>
13
13
< br >
14
14
< p class ="error "> The page you are looking for was not found or the page does not exist 404 Not found Error.</ p >
15
15
< 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 >
18
18
</ body >
19
19
</ html >
Original file line number Diff line number Diff line change
1
+ @import url ("/assets/CSS/common_code.css" );
1
2
body {
2
3
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 );
9
5
}
10
6
11
7
@media screen and (width : 1920px ) {
You can’t perform that action at this time.
0 commit comments