Add post 'SSH all the way down'

This commit is contained in:
Bad Manners 2024-09-22 15:38:25 -03:00
parent e49618ee8e
commit 55dd016560
No known key found for this signature in database
GPG key ID: 8C88292CCB075609
26 changed files with 418 additions and 43 deletions

View file

@ -19,12 +19,22 @@
@apply border-r-stone-900 dark:border-r-zinc-700;
}
/* Shiki */
@media not print {
.dark .astro-code,
.dark .astro-code span {
color: var(--shiki-dark) !important;
background-color: var(--shiki-dark-bg) !important;
}
}
@layer components {
.text-link,
.pagefind-ui .pagefind-ui__result-link {
@apply text-stone-800 hover:text-bm-500 focus:text-bm-500 dark:text-zinc-300 dark:hover:text-bm-400 dark:focus:text-bm-400;
}
/* Pagefind */
.pagefind-ui {
--pagefind-ui-primary: theme(colors.stone.800);
--pagefind-ui-text: theme(colors.stone.900);
@ -38,13 +48,11 @@
--pagefind-ui-border-radius: 8px;
--pagefind-ui-image-border-radius: 0px;
}
@media screen(md) {
.pagefind-ui {
--pagefind-ui-scale: 0.9;
}
}
@media not print {
.dark .pagefind-ui {
--pagefind-ui-primary: theme(colors.stone.200);