diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/app.css | 6 | ||||
| -rw-r--r-- | src/routes/blog/posts/alpine-ssh-early-initfs.svx | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/src/app.css b/src/app.css index 81a7926..c41d249 100644 --- a/src/app.css +++ b/src/app.css @@ -106,13 +106,13 @@ @apply text-4xl mb-1.5 mt-2; } h2 { - @apply my-1.5 text-2xl; + @apply my-1.5 text-3xl; } h3 { - @apply my-1 text-xl; + @apply my-1 text-2xl; } h4 { - @apply my-1 text-lg; + @apply my-1 text-xl; } h1,h2,h3,h4,h5,h6,p,blockquote:not(.no-at-a-glance) { @apply relative text-white/90 hover:text-white; diff --git a/src/routes/blog/posts/alpine-ssh-early-initfs.svx b/src/routes/blog/posts/alpine-ssh-early-initfs.svx index 625143d..b445127 100644 --- a/src/routes/blog/posts/alpine-ssh-early-initfs.svx +++ b/src/routes/blog/posts/alpine-ssh-early-initfs.svx @@ -15,8 +15,8 @@ published: false **Warning**<br/> This post talks about operations that may lead the reader's system - unbootable, including modifying it's initramfs. - Do not follow along if the reader is not prepared to fix it's own + unbootable, including modifying its initramfs. + Do not follow along if the reader is not prepared to fix its own systems from potentially infuriating bugs. <p><small class="text-sm opacity-50 hover:opacity-70 transition-opacity">Maybe avoid following along on the friday @@ -109,3 +109,5 @@ But also, no. ## starting ssh before `initramfs-init.in` > "it's like LogoFAIL for your initfs" - somebeing, probably + +After roughly a few moments too many than this one'd prefer ot have thought about this, it came to the idea of [TODO: FINISH POST] |