From d0be7659351d7697b0769c8d6177e7f9d74f1c1d Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Sat, 12 Aug 2023 13:54:20 +0500 Subject: [PATCH] Docs: Fix wrong filename for default.css Fixes: https://github.com/bouncepaw/mycorrhiza/issues/203 --- help/en/file_structure.myco | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help/en/file_structure.myco b/help/en/file_structure.myco index 3a79687..6798b21 100644 --- a/help/en/file_structure.myco +++ b/help/en/file_structure.myco @@ -9,7 +9,7 @@ You can edit all of the files manually, if you want, just do your best to not br * `wiki.git/` is the Git repository of the wiki, it has all hyphae in it. You can edit it directly, but do not forget to make Git commits with your changes and [[/reindex]] you wiki afterwards. * `static` holds static data. You can access data there from your wiki with addresses like `/static/image.png`. ** `static/favicon.ico` is your wiki's favicon, accessed at [[/favicon.ico]] by browsers. -** `static/common.css` redefines the engine's default style, if exists. You probably don't need to use it. +** `static/default.css` redefines the engine's default style, if exists. You probably don't need to use it. ** `static/custom.css` is loaded after the main style. If you want to make visual changes to your wiki, this is probably where you should do that. * `categories.json` contains the information about all categories in your wiki. * `users.json` stores users' information. The passwords are not stored, only their hashes are, this is safe. Their tokens are stored in `cache/tokens.json`.