From 32415bc0996acc47d2be9de9e5e485fac80b814c Mon Sep 17 00:00:00 2001 From: sunface Date: Fri, 25 Mar 2022 11:39:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=BC=E8=88=AA=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E8=A2=AB=E7=AB=A0=E8=8A=82=E7=9B=AE=E5=BD=95=E9=81=AE?= =?UTF-8?q?=E7=9B=96=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- book.toml | 2 +- theme/{style1.css => style5.css} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename theme/{style1.css => style5.css} (100%) diff --git a/book.toml b/book.toml index 26e09d11..9bf921d4 100644 --- a/book.toml +++ b/book.toml @@ -5,7 +5,7 @@ title = "Rust语言圣经(Rust教程 Rust Course)" src = "src" [output.html] -additional-css = ["theme/style1.css"] +additional-css = ["theme/style5.css"] additional-js = ["assets/custom.js", "assets/bigPicture.js"] git-repository-url = "https://github.com/sunface/rust-course" edit-url-template = "https://github.com/sunface/rust-course/edit/main/{path}" diff --git a/theme/style1.css b/theme/style5.css similarity index 100% rename from theme/style1.css rename to theme/style5.css