Fix the links in the homepage
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user