From 89f1403deba98b934854d88693846588e991c6a2 Mon Sep 17 00:00:00 2001 From: nhirschey Date: Tue, 20 Jul 2021 17:31:15 +0100 Subject: [PATCH] Fix typo in location for fsdocs-custom.css Line 74 said that `fsdocs-custom.css` should be in the `docs` folder, but this is incorrect. Line 31 was correct, it should be in `docs/content`. --- docs/styling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/styling.md b/docs/styling.md index 07a3ba7d3..880393f06 100644 --- a/docs/styling.md +++ b/docs/styling.md @@ -71,7 +71,7 @@ As an example, here is [a page with `fsdocs-navbar-position` set to `fixed-right ## Customizing via CSS -You can start styling by creating a file `docs/fsdocs-custom.css` and adding entries to it. It is loaded by +You can start styling by creating a file `docs/content/fsdocs-custom.css` and adding entries to it. It is loaded by the standard template. The CSS classes of generated content are: | CSS class | Corresponding Content|