Minor improvements

This commit is contained in:
ndaniel1102 2021-03-01 19:53:16 +01:00
parent 050eb28fb3
commit 9b4bef13d0
2 changed files with 17 additions and 16 deletions

View file

@ -59,6 +59,7 @@ a:hover {
margin-bottom: 4px;
text-decoration: none;
color: var(--bright-color);
transition: width 0.5s, height 0.5s, ease-in 0.5s;
}
.sidebarLinks a:hover {

View file

@ -13,7 +13,7 @@
cursor: pointer;
word-wrap: break-word;
text-decoration: none;
transition: width 0.5s, height 0.5s, ease-in 0.5s;
flex: 1;
display: flex;
flex-direction: column;