Style dividers
This commit is contained in:
@@ -61,6 +61,17 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
:where(hr) {
|
||||
block-size: 0;
|
||||
border-block-end: 1px solid currentColor;
|
||||
inline-size: 20%;
|
||||
margin: var(--block-margin) 0;
|
||||
}
|
||||
|
||||
.horizontal-divider {
|
||||
margin-inline: 0;
|
||||
}
|
||||
|
||||
.lexxy-content__strikethrough {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user