File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 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>
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 >
Original file line number Diff line number Diff line change 1+ @import url ("/assets/CSS/common_code.css" );
12body {
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 ) {
You can’t perform that action at this time.
0 commit comments