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": {
|
||||
"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
@@ -43,7 +43,17 @@ body {
|
||||
margin-bottom: 100px;
|
||||
|
||||
#product-list-header {
|
||||
display: none;
|
||||
* {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user