smol CSS updates

This commit is contained in:
madrilene 2025-01-09 17:31:05 +01:00
parent cc0dd83efb
commit 5b5aabb791
3 changed files with 5 additions and 2 deletions

View file

@ -30,7 +30,7 @@ pre[class*='language-'] {
pre {
grid-column: popout !important;
overflow-x: auto;
padding: var(--space-m-l);
padding: var(--space-s) var(--space-l);
}
/* Style Adjustments for <code> within different contexts */

View file

@ -18,7 +18,7 @@
}
.prose :is(h2 + *, h3 + *, h4 + *):not(figure) {
--flow-space: var(--space-m);
--flow-space: var(--space-l);
}
.prose .heading-anchor:where(:hover, :focus) {

View file

@ -0,0 +1,3 @@
.grayscale {
filter: grayscale(100%);
}