merge master

This commit is contained in:
eneller
2025-04-04 09:28:27 +02:00
parent 4624a29f92
commit 3e2d26da5f
3 changed files with 29 additions and 8 deletions

View File

@@ -13,13 +13,17 @@ body{
line-height:1.4;
font-size:18px;
color:var(--fg);
padding:15% .2em;
padding:0 .2em;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.inline-icon{
vertical-align: middle;
height: 1em;
fill: var(--fg);
stroke: var(--fg);
}
a:hover, a:any-link{
text-decoration: none;