Changes between Initial Version and Version 1 of Ticket #60408, comment 5
- Timestamp:
- 07/19/2024 11:42:03 AM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60408, comment 5
initial v1 2 2 3 3 1. If {{{.entry .entry-content}}} can be removed without changing the post content's appearance, that would be my preference. However, those styles may need a higher specificity to override something. 4 2. If the selectors need higher specificity but one class is enough, I would suggest replacing {{{.entry .entry-content}}} with {{{.site}}}. The color patterns function uses `.entry .button` (without `.entry-content`), which suggests that that needed to override a selector.4 2. If the selectors need higher specificity but one class is enough, I would suggest replacing {{{.entry .entry-content}}} with {{{.site}}}. The color patterns function uses `.entry .button` (without `.entry-content`), which suggests that that needed one extra class to override a selector. 5 5 3. If it needs two class-level selectors, {{{:root .site}}} might work. 6 6 4. Hopefully the stylesheet would not need to copy all of those selectors with a {{{.widget-area}}} variation.