Enhance product list header styles: set text color, adjust strong font weight, and add margin to paragraphs
This commit is contained in:
16
.vscode/ftp-kr.sync.cache.json
vendored
16
.vscode/ftp-kr.sync.cache.json
vendored
@@ -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
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user