Commit 272b86

2026-03-23 10:45:26 Freddy Heppell: Fix heading hierarchy
customization.md ..
@@ 115,7 115,8 @@
```
![](/Customization/custom-fancyblock.png)
- ## Styling individual pages or categories
+
+ ### Styling individual pages or categories
A data attribute set to the path is set on the `<body>` of each page (`data-page-path`) and index (`data-index-path`) to allow styling or JavaScript functionality on individual pages.
@@ 123,7 124,7 @@
These are some examples of potential style customisations:
- ### Target a Specific Page
+ #### Target a Specific Page
Hides the sidebar on the homepage.
@@ 133,7 134,7 @@
}
```
- ### Style all pages in a category
+ #### Style all pages in a category
Applies a different colour to pages in _My Category_.
@@ 144,7 145,7 @@
}
```
- ### Style a Category Index
+ #### Style a Category Index
> [!NOTE]
> The whole wiki page index has a `data-index-path` of `/`
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9