Files
tplate/web/styles/base/other.css
Hubert Chen 9fa0631d61
All checks were successful
Build tplate / Build (push) Successful in 4m24s
adjust styles
add `table code {white-space: nowrap}`
rename `post\body.css` to `post\post.css`
2026-05-30 23:18:29 +08:00

22 lines
246 B
CSS

img {
width: 100%;
border-radius: var(--border-radius);
margin-block: 1rem;
}
p img {
margin: 0;
}
iframe {
max-width: 100%;
}
hr {
flex: 1;
border: none;
height: 0.2em;
background-color: var(--main-color);
opacity: 0.2;
}