blog: Selbsthosting

This commit is contained in:
Jan Kremer 2025-04-14 20:02:25 +02:00
parent c54857f2ae
commit 747b555d76
Signed by: jan
GPG key ID: A7DA689CB3B078EC
4 changed files with 86 additions and 40 deletions

View file

@ -148,6 +148,14 @@ em {
color: var(--uchu-red);
}
strong {
color: var(--uchu-orange);
}
abbr {
text-decoration-color: var(--uchu-blue);
}
table {
border-collapse: collapse;
width: 90%;