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

View File

@@ -4542,20 +4542,20 @@
}, },
"custom.css": { "custom.css": {
"type": "-", "type": "-",
"size": 81661, "size": 81676,
"lmtime": 1753305719295, "lmtime": 1753640539895,
"modified": false "modified": false
}, },
"custom.css.map": { "custom.css.map": {
"type": "-", "type": "-",
"size": 200186, "size": 200247,
"lmtime": 1753305719295, "lmtime": 1753640539895,
"modified": false "modified": false
}, },
"custom.scss": { "custom.scss": {
"type": "-", "type": "-",
"size": 88351, "size": 88385,
"lmtime": 1753305718584, "lmtime": 1753640539301,
"modified": false "modified": false
}, },
"dce0916af972e3040aa191f74b17dd46.woff2": { "dce0916af972e3040aa191f74b17dd46.woff2": {
@@ -4622,8 +4622,8 @@
"js": { "js": {
"custom.js": { "custom.js": {
"type": "-", "type": "-",
"size": 5711, "size": 5665,
"lmtime": 1741560418584, "lmtime": 1753640453846,
"modified": false "modified": false
}, },
"error.js": { "error.js": {

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; margin-bottom: 100px;
#product-list-header { #product-list-header {
display: none; * {
color: #000;
}
strong {
font-weight: 600;
}
p {
margin-bottom: 10px;
}
} }
} }
} }