From 0a7859fb308bc3f8f2b3b07196882943efb86012 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Sat, 11 Jul 2026 17:30:20 +0100 Subject: initial implementation of vitepress handbook rewrite --- 174bg/handbook-vitepress/.vitepress/theme/style.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 174bg/handbook-vitepress/.vitepress/theme/style.css (limited to '174bg/handbook-vitepress/.vitepress/theme/style.css') diff --git a/174bg/handbook-vitepress/.vitepress/theme/style.css b/174bg/handbook-vitepress/.vitepress/theme/style.css new file mode 100644 index 0000000..5c1c46e --- /dev/null +++ b/174bg/handbook-vitepress/.vitepress/theme/style.css @@ -0,0 +1,5 @@ +/* Match the source handbook's justified body text. */ +.vp-doc p, +.vp-doc li { + text-align: justify; +} -- cgit v1.2.3