From 1ec42b424afe55188392b8503504b1b5295f2811 Mon Sep 17 00:00:00 2001 From: BrettMayson Date: Wed, 21 Dec 2022 22:09:33 -0600 Subject: [PATCH] bokk: update theme --- book.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/book.toml b/book.toml index 70f568d9..4759a221 100644 --- a/book.toml +++ b/book.toml @@ -11,10 +11,9 @@ edition = "2021" [output.html] git-repository-url = "https://github.com/acemod/HEMTT/tree/main/book" edit-url-template = "https://github.com/acemod/HEMTT/edit/main/book/{path}" +default-theme = "ayu" +preferred-dark-theme = "ayu" + [build] build-dir = "target/book" - -[output.html] -default-theme = "ayu" -preferred-dark-theme = "ayu"