Improve article

This commit is contained in:
2025-05-27 18:46:32 +08:00
parent 7bcae71495
commit c4c2d7d9f7
4 changed files with 98 additions and 81 deletions

View File

@@ -1,4 +1,8 @@
article {
& {
color: var(--color-base-content)
}
h1 {
font-size: 20px;
font-weight: bold;
@@ -91,6 +95,10 @@ article {
.line-break {
white-space: pre-wrap;
}
iframe{
width: 100%;
height: 100%;
}
}
a.no-underline {