From 20230a1361297a4d0a9acf92c31b1189df24e063 Mon Sep 17 00:00:00 2001 From: sunface Date: Thu, 24 Mar 2022 21:03:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96CSS=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E5=A4=8D=E7=AB=A0=E8=8A=82=E5=86=85=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E8=A2=AB=E9=81=AE=E6=8C=A1=E6=97=A0=E6=B3=95=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- book.toml | 2 +- theme/{style1.css => style3.css} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename theme/{style1.css => style3.css} (100%) diff --git a/book.toml b/book.toml index a9b4553d..08a03bda 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/style3.css"] additional-js = ["assets/custom0.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/style3.css similarity index 100% rename from theme/style1.css rename to theme/style3.css