Enhance product list header styles: set text color, adjust strong font weight, and add margin to paragraphs

This commit is contained in:
2025-07-27 22:34:39 +02:00
parent c23f3229a4
commit b260d48b78
4 changed files with 21 additions and 11 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -43,7 +43,17 @@ body {
margin-bottom: 100px;
#product-list-header {
display: none;
* {
color: #000;
}
strong {
font-weight: 600;
}
p {
margin-bottom: 10px;
}
}
}
}