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": {
"type": "-",
"size": 81661,
"lmtime": 1753305719295,
"size": 81676,
"lmtime": 1753640539895,
"modified": false
},
"custom.css.map": {
"type": "-",
"size": 200186,
"lmtime": 1753305719295,
"size": 200247,
"lmtime": 1753640539895,
"modified": false
},
"custom.scss": {
"type": "-",
"size": 88351,
"lmtime": 1753305718584,
"size": 88385,
"lmtime": 1753640539301,
"modified": false
},
"dce0916af972e3040aa191f74b17dd46.woff2": {
@@ -4622,8 +4622,8 @@
"js": {
"custom.js": {
"type": "-",
"size": 5711,
"lmtime": 1741560418584,
"size": 5665,
"lmtime": 1753640453846,
"modified": false
},
"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;
#product-list-header {
display: none;
* {
color: #000;
}
strong {
font-weight: 600;
}
p {
margin-bottom: 10px;
}
}
}
}