Merge pull request #1699 from basecamp/lexxy-combo-styles

Add properties for Lexxy's built-in styles
This commit is contained in:
Jason Zimdars
2025-11-24 10:09:24 -06:00
committed by GitHub
+10 -5
View File
@@ -28,10 +28,19 @@
}
}
:where(b, strong) {
:where(b, strong, .lexxy-content__bold) {
font-weight: 700;
}
:where(i, em, .lexxy-content__italic) {
font-style: italic;
}
:where(s, .lexxy-content__strikethrough) {
text-decoration: line-through;
}
:where(p, blockquote) {
letter-spacing: -0.005ch;
}
@@ -75,10 +84,6 @@
padding-block: var(--block-margin);
}
.lexxy-content__strikethrough {
text-decoration: line-through;
}
/* Code */
:where(code, pre) {
background-color: var(--color-canvas);