smol CSS updates
This commit is contained in:
parent
cc0dd83efb
commit
5b5aabb791
3 changed files with 5 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ pre[class*='language-'] {
|
||||||
pre {
|
pre {
|
||||||
grid-column: popout !important;
|
grid-column: popout !important;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
padding: var(--space-m-l);
|
padding: var(--space-s) var(--space-l);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style Adjustments for <code> within different contexts */
|
/* Style Adjustments for <code> within different contexts */
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.prose :is(h2 + *, h3 + *, h4 + *):not(figure) {
|
.prose :is(h2 + *, h3 + *, h4 + *):not(figure) {
|
||||||
--flow-space: var(--space-m);
|
--flow-space: var(--space-l);
|
||||||
}
|
}
|
||||||
|
|
||||||
.prose .heading-anchor:where(:hover, :focus) {
|
.prose .heading-anchor:where(:hover, :focus) {
|
||||||
|
|
|
||||||
3
src/assets/css/global/utilities/grayscale.css
Normal file
3
src/assets/css/global/utilities/grayscale.css
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
.grayscale {
|
||||||
|
filter: grayscale(100%);
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue