aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-02-17 18:18:55 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-02-17 18:18:55 +0100
commit614efa798a6aca173370e9655255a960e51f487c (patch)
tree2ef3b5196a23f6ca8c3df4c46e541514db63e85b
parentaf21a9a9ecbf60a3674b83a1240108f5b4848986 (diff)
feat(extensions): custom style for tangled
-rw-r--r--extensions/stylus/tangled.org.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/extensions/stylus/tangled.org.css b/extensions/stylus/tangled.org.css
new file mode 100644
index 0000000..bf8bd3c
--- /dev/null
+++ b/extensions/stylus/tangled.org.css
@@ -0,0 +1,24 @@
+:root {
+ font-size: 16px;
+
+ --tw-prose-invert-body: #e0e3e9;
+}
+
+.max-w-screen-lg {
+ max-width: 1100px;
+}
+
+code {
+ font-family: monospace;
+ font-size: 14px;
+ line-height: 1.4em;
+}
+
+section article {
+ display: block;
+ max-width: 750px;
+ margin: 0 auto;
+
+ font-size: 18px;
+ line-height: 1.85em;
+}