Refactor category description styles and remove redundant text-muted class

- Updated SCSS to add margin-bottom for lists within category descriptions.
- Removed 'text-muted' class from category description divs in product-list template for improved readability.
This commit is contained in:
2025-07-26 19:07:24 +02:00
parent 5e31032e17
commit ff0ecacfec
11 changed files with 3607 additions and 9924 deletions

View File

@@ -23431,6 +23431,11 @@ body#checkout #gift_message {
.block-category #category-description {
margin: 20px 0;
ul,
ol {
margin-bottom: 20px;
}
}
.block-category #category-description strong {