updated more gradient formatting an added gradients to navbar

This commit is contained in:
UpstreamData
2022-03-02 14:36:34 -07:00
parent d4d9b1ad3c
commit 46a4508cd7
2 changed files with 15 additions and 2 deletions

View File

@@ -149,3 +149,16 @@ main {
box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
border-radius: 100px;
}
.nav-pills .nav-link.active {
background-image: linear-gradient(180deg, #D0368A 0%, #708AD4 99%);
}
.nav-link:hover {
background-image: linear-gradient(180deg, #D0368A 0%, #708AD4 99%);
}
.nav-link {
transition: unset;
color: unset;
}