Skip to content
Snippets Groups Projects
Verified Commit 5408cab7 authored by Jake's avatar Jake :speech_balloon:
Browse files

added missing styling for tag-link

parent 36b5162f
No related branches found
No related tags found
No related merge requests found
Pipeline #313521 passed
...@@ -356,6 +356,15 @@ a.external[href^="mailto:"]::before { ...@@ -356,6 +356,15 @@ a.external[href^="mailto:"]::before {
} }
a.tag-link,
footer.page-footer a.tag-link {
border-radius: 0.5rem;
padding-left: 0.3rem;
padding-right: 0.3rem;
color: var(--category-contrast-color);
background-color: var(--category-color);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment