feat: Adds time-machine setup article.
All checks were successful
CI / release (push) Successful in 6m2s

This commit is contained in:
2025-04-07 09:29:40 -04:00
parent 2fa26ef552
commit 1a88883bad
6 changed files with 49 additions and 4 deletions

View File

@@ -147,6 +147,10 @@ article code {
@apply bg-amber-700;
}
article ol {
@apply list-decimal;
}
table,
th,
td {
@@ -172,7 +176,7 @@ table td {
}
blockquote {
@apply border-2 border-blue-600 bg-blue-300 rounded-lg;
@apply border-2 border-blue-600 bg-blue-300 rounded-lg my-10;
}
blockquote p {