aboutsummaryrefslogtreecommitdiff
path: root/174bg/handbook-vitepress/.vitepress/theme/style.css
diff options
context:
space:
mode:
Diffstat (limited to '174bg/handbook-vitepress/.vitepress/theme/style.css')
-rw-r--r--174bg/handbook-vitepress/.vitepress/theme/style.css5
1 files changed, 5 insertions, 0 deletions
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;
+}