Update tag background color

This commit is contained in:
athul
2020-04-16 18:58:18 +05:30
parent a8fce7c6f4
commit 232d2ed0b6
4 changed files with 3 additions and 2 deletions

View File

@ -209,7 +209,8 @@ justify-content: space-between;
border-bottom: 3px solid var(--maincolor);
}
.tags a:hover{
color: var(--hovercolor);
color:white;
background-color: var(--hovercolor);
}
svg{
max-height: 15px;