tag styling tweaks
All checks were successful
/ weblog.lol (push) Successful in 11s

This commit is contained in:
Gordon Pedersen 2024-05-21 17:13:20 +10:00
parent d3b2d94259
commit f476105b1a

View file

@ -316,12 +316,14 @@ footer p {
background: var(--accent); background: var(--accent);
color: var(--background); color: var(--background);
padding: .3em .4em; padding: .3em .4em;
margin: .8em 0 0 .4em; margin: 0 .2em 0 .2em;
border-radius: .5em; border-radius: .5em;
text-decoration: none; text-decoration: none;
display: inline-block; display: inline-block;
font-family: var(--font-code); font-family: var(--font-code);
font-weight: var(--font-code-weight); font-weight: var(--font-code-weight);
font-size: 1rem;
line-height: 1;
} }
h2 .tag { h2 .tag {