diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-11 17:30:20 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-11 17:30:20 +0100 |
| commit | 0a7859fb308bc3f8f2b3b07196882943efb86012 (patch) | |
| tree | dda7ea1018d14fd8060e1e43568a361fab4acbd7 /174bg/handbook-vitepress/.vitepress/theme/style.css | |
| parent | ba04d0a4c1bf673574247fead9a6b2700b36f2d4 (diff) | |
| download | unnamed-group-0a7859fb308bc3f8f2b3b07196882943efb86012.tar unnamed-group-0a7859fb308bc3f8f2b3b07196882943efb86012.tar.gz unnamed-group-0a7859fb308bc3f8f2b3b07196882943efb86012.tar.bz2 unnamed-group-0a7859fb308bc3f8f2b3b07196882943efb86012.tar.xz unnamed-group-0a7859fb308bc3f8f2b3b07196882943efb86012.zip | |
initial implementation of vitepress handbook rewrite
Diffstat (limited to '174bg/handbook-vitepress/.vitepress/theme/style.css')
| -rw-r--r-- | 174bg/handbook-vitepress/.vitepress/theme/style.css | 5 |
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; +} |
