Remove unnecessary highlight on tags

main
mat ess 2023-01-27 22:29:08 -05:00
parent 5f7beb1de6
commit 96e9c2cc37
1 changed files with 0 additions and 9 deletions

View File

@ -2,15 +2,6 @@
content: "🏷 ";
}
.tags a {
border-bottom: 3px solid var(--primary-color);
}
.tags a:hover {
color: var(--hover_color);
background-color: var(--primary-color);
}
ul.tags {
margin: 0.5rem;