add smooth animations to navbar

This commit is contained in:
timmypidashev
2021-10-12 17:06:13 -07:00
parent dad9d4fd1b
commit 441b26912f

View File

@@ -21,6 +21,7 @@
font-size: 18px; font-size: 18px;
line-height: 25px; line-height: 25px;
border-radius: 4px; border-radius: 4px;
transition: all 0.2s ease-in-out;
} }
.header a.logo { .header a.logo {
@@ -29,8 +30,8 @@
} }
.header a:hover { .header a:hover {
background-color: #BBBBBB; transform: scale(1.1);
color: black; cursor: pointer;
} }
.header a.active { .header a.active {