hover
This commit is contained in:
parent
10a2452ad3
commit
e717d96683
@ -61,4 +61,10 @@ nav a {
|
|||||||
margin: 50px;
|
margin: 50px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav a:hover {
|
||||||
|
background-color: #625B5B;
|
||||||
|
color: #EAEAEA;
|
||||||
|
border: 1px solid #EAEAEA;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user