Update the style of the anchor
This commit is contained in:
@@ -16,17 +16,18 @@ mat-form-field{
|
||||
}
|
||||
|
||||
a {
|
||||
background-color: red;
|
||||
box-shadow: 0 5px 0 darkred;
|
||||
/* background-color: red; */
|
||||
/* box-shadow: 0 2px 0 darkred; */
|
||||
color: white;
|
||||
padding: 0.5em 0.5em;
|
||||
position: relative;
|
||||
/* padding: 0.5em 0.5em; */
|
||||
/* position: relative; */
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
background-color: #ce0606;
|
||||
/* background-color: #ce0606; */
|
||||
box-shadow: 0 2px 0 darkred;
|
||||
}
|
||||
|
||||
a:active {
|
||||
|
||||
Reference in New Issue
Block a user