diff options
| author | 2026-01-04 12:03:59 +0100 | |
|---|---|---|
| committer | 2026-01-04 12:03:59 +0100 | |
| commit | 4739bcc62e02bbae83b061464512481cf9cfffa8 (patch) | |
| tree | d43e06e6195c90233c8e14e80020f25f04a3523b /docs/index.md | |
| parent | ed632bb5c44ebeb5a59a5a9aadfd1b1167cfb618 (diff) | |
Allow styling entries by category in User CSS (#8397)
* Allow styling entries by category in User CSS
Since we have `data-feed`, it is useful to have `data-category` too.
Example of usage to hide titles in all entries that belong to a specific category ID:
```css
[data-category="6"] {
.title { display: none !important }
.summary {
position: relative;
bottom: 2rem;
}
}
```
* Add `data-link` to entries in `reader.phtml`
Diffstat (limited to 'docs/index.md')
0 files changed, 0 insertions, 0 deletions
