Files
FreshRSS/app
Inverle 4739bcc62e 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`
2026-01-04 12:03:59 +01:00
..
2025-12-21 19:26:08 +01:00
2024-12-27 12:12:49 +01:00
2020-07-08 12:11:55 +02:00
2025-10-11 00:43:38 +02:00
2025-09-30 22:59:41 +02:00