From cd0f847de2a408ed313af8a9cd119559ae245e62 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Sat, 15 Jul 2023 19:44:02 +1000 Subject: [PATCH] =?UTF-8?q?=D0=B3=D0=BE=D1=82=D0=BE=D0=B2=D0=B8=D0=BC=20?= =?UTF-8?q?=D1=81=D1=82=D1=80=D1=83=D0=BA=D1=82=D1=83=D1=80=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- book/book.toml | 3 ++- book/src/css/custom.css | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 book/src/css/custom.css diff --git a/book/book.toml b/book/book.toml index 8f7aaf2..dc78c61 100644 --- a/book/book.toml +++ b/book/book.toml @@ -8,4 +8,5 @@ title = "Nihil Unbound" [output.html] default-theme = "rust" -no-section-label = true \ No newline at end of file +no-section-label = true +additional-css = ["css/custom.css"] \ No newline at end of file diff --git a/book/src/css/custom.css b/book/src/css/custom.css new file mode 100644 index 0000000..732c308 --- /dev/null +++ b/book/src/css/custom.css @@ -0,0 +1,3 @@ +p { + text-align: justify; +} \ No newline at end of file