feat: better padding and hover color.

This commit is contained in:
Aunali321
2022-10-12 11:38:01 +00:00
parent fe33b56388
commit afdaad471b
3 changed files with 40 additions and 1 deletions

View File

@ -17,7 +17,7 @@
color: var(--white);
text-decoration: none;
text-align: center;
padding: 0.5rem;
padding: 0.5rem 0.1rem;
border-radius: 12px;
width:100px;
transition: all 0.3s var(--bezier-one);

View File

@ -36,6 +36,7 @@
}
li:hover {
color: var(--white);
background-color: var(--grey-one);
}