Improve article rendering

This commit is contained in:
2025-05-29 18:44:13 +08:00
parent a136dafc3a
commit 46e4ffc9d8
2 changed files with 66 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
article {
& {
color: var(--color-base-content)
color: var(--color-base-content);
}
h1 {
@@ -92,9 +92,6 @@ article {
border-radius: 4px;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, system-ui;
}
.line-break {
white-space: pre-wrap;
}
iframe{
width: 100%;
height: 100%;