aboutsummaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-03-12 12:27:29 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-03-12 12:27:29 +0100
commit830abc9e63a5e9bb4a67976040d6a35456fe5d46 (patch)
tree34f2d115274b546402907615c5807acc587df8c7 /extensions
parent2b63ffb6ef3d362673669fc93422997c210c075f (diff)
feat(extensions): display md files like readme in tangled
Diffstat (limited to 'extensions')
-rw-r--r--extensions/stylus/tangled.org.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/stylus/tangled.org.css b/extensions/stylus/tangled.org.css
index db3ef37..b6ad4c9 100644
--- a/extensions/stylus/tangled.org.css
+++ b/extensions/stylus/tangled.org.css
@@ -18,7 +18,7 @@ code {
line-height: 1.4em!important;
}
-section article {
+section article, #blob-contents.prose {
display: block;
max-width: var(--content-width);
margin: 0 auto;