Fix the links in the homepage

This commit is contained in:
Sébastien ANDRE
2023-09-25 16:36:56 +02:00
parent 9a237fc73a
commit 708745013f
3 changed files with 68 additions and 37 deletions

View File

@@ -16,17 +16,12 @@ mat-form-field{
}
a {
/* background-color: red; */
/* box-shadow: 0 2px 0 darkred; */
color: white;
/* padding: 0.5em 0.5em; */
/* position: relative; */
text-decoration: none;
text-transform: uppercase;
}
a:hover {
/* background-color: #ce0606; */
box-shadow: 0 2px 0 darkred;
}
@@ -34,3 +29,10 @@ a:active {
box-shadow: none;
top: 5px;
}
a.nostyle {
text-decoration: none !important;
}
a.nostyle:hover {
box-shadow: none !important;
}