Skip to content
Snippets Groups Projects
Verified Commit 046500b3 authored by Jake's avatar Jake
Browse files

tag link styling

parent 8b36889c
No related branches found
No related tags found
No related merge requests found
......@@ -232,6 +232,15 @@ body > .nav-container {
display: none;
}
.tag-link {
border-radius: 0.5em;
padding-left: 0.3em;
padding-right: 0.3em;
color: var(--category-contrast-color);
background-color: var(--category-color);
}
@media only screen and (max-width: 79ch) {
body > header h1{
width: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment