Skip to content

Commit

Permalink
docs(README): fix indentation in FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Feb 11, 2024
1 parent ee24e2f commit 9b436bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ This table shows the compatibility between the mdBook version and the mdbook-cat

```diff
[output.html]
-additional-css = ["./theme/catppuccin.css", "./theme/catppuccin-admonish.css"]
+additional-css = ["./theme/catppuccin.css"]
- additional-css = ["./theme/catppuccin.css", "./theme/catppuccin-admonish.css"]
+ additional-css = ["./theme/catppuccin.css"]
```

- Q: **_"How can I remove the default themes?"_**\
Expand Down

0 comments on commit 9b436bf

Please sign in to comment.