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);
|
||||
color: var(--background);
|
||||
padding: .3em .4em;
|
||||
margin: .8em 0 0 .4em;
|
||||
margin: 0 .2em 0 .2em;
|
||||
border-radius: .5em;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-family: var(--font-code);
|
||||
font-weight: var(--font-code-weight);
|
||||
font-size: 1rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
h2 .tag {
|
||||
|
|
Loading…
Reference in a new issue