Enhance product list header styles: set text color, adjust strong font weight, and add margin to paragraphs
This commit is contained in:
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