From 244b4da947882e094c72f6cdf35b67180132b9fa Mon Sep 17 00:00:00 2001 From: sunface Date: Fri, 25 Mar 2022 11:28:29 +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/{style.css => style1.css} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename theme/{style.css => style1.css} (100%) diff --git a/book.toml b/book.toml index 20e7368a..26e09d11 100644 --- a/book.toml +++ b/book.toml @@ -5,7 +5,7 @@ title = "Rust语言圣经(Rust教程 Rust Course)" src = "src" [output.html] -additional-css = ["theme/style.css"] +additional-css = ["theme/style1.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/style.css b/theme/style1.css similarity index 100% rename from theme/style.css rename to theme/style1.css