From a01fc30397c12bdf04e4c49c5e961ceeeba2115a Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Sat, 15 Jul 2023 19:45:26 +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 | 2 +- book/{src/css => }/custom.css | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename book/{src/css => }/custom.css (100%) diff --git a/book/book.toml b/book/book.toml index 5643090..84952c4 100644 --- a/book/book.toml +++ b/book/book.toml @@ -9,4 +9,4 @@ title = "Nihil Unbound" [output.html] default-theme = "rust" no-section-label = true -additional-css = ["src/css/custom.css"] \ No newline at end of file +additional-css = ["custom.css"] \ No newline at end of file diff --git a/book/src/css/custom.css b/book/custom.css similarity index 100% rename from book/src/css/custom.css rename to book/custom.css