Style on the anchors
This commit is contained in:
@@ -13,4 +13,23 @@ body {
|
||||
|
||||
mat-form-field{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
background-color: red;
|
||||
box-shadow: 0 5px 0 darkred;
|
||||
color: white;
|
||||
padding: 0.5em 0.5em;
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
background-color: #ce0606;
|
||||
}
|
||||
|
||||
a:active {
|
||||
box-shadow: none;
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user