mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 12:17:24 +00:00
Improve article rendering
This commit is contained in:
@@ -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%;
|
||||
|
Reference in New Issue
Block a user