diff --git a/book.toml b/book.toml index fa83d86ffc..dfbe2a111e 100644 --- a/book.toml +++ b/book.toml @@ -33,7 +33,7 @@ site-url = "/synapse/" additional-css = [ "docs/website_files/table-of-contents.css", "docs/website_files/remove-nav-buttons.css", - "docs/website_files/indent-section-headers.css", + "docs/website_files/section-headers.css", ] additional-js = ["docs/website_files/table-of-contents.js"] theme = "docs/website_files/theme" \ No newline at end of file diff --git a/docs/website_files/indent-section-headers.css b/docs/website_files/section-headers.css similarity index 100% rename from docs/website_files/indent-section-headers.css rename to docs/website_files/section-headers.css