From 614efa798a6aca173370e9655255a960e51f487c Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 17 Feb 2026 18:18:55 +0100 Subject: feat(extensions): custom style for tangled --- extensions/stylus/tangled.org.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 extensions/stylus/tangled.org.css (limited to 'extensions/stylus/tangled.org.css') 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; +} -- cgit v1.2.3