NavBar Updates

This commit is contained in:
athul
2020-04-12 20:31:09 +05:30
parent b22ea86f5e
commit 7d19d8b66a
5 changed files with 32 additions and 6 deletions

View File

@ -205,7 +205,10 @@ justify-content: space-between;
content: "🏷 ";
}
.tags a{
border-bottom: 3px solid blue;
border-bottom: 3px solid var(--maincolor);
}
.tags a:hover{
color: var(--hovercolor);
}
svg{
max-height: 15px;