This commit is contained in:
parent
d3b2d94259
commit
f476105b1a
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue