Skip to content

Commit

Permalink
fix(cxl-lumo-styles): limit secondary font style in ul to .entry-content
Browse files Browse the repository at this point in the history
  • Loading branch information
freudFlintstone committed Nov 30, 2023
1 parent f123281 commit 0c023ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/cxl-lumo-styles/scss/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@ img {
ol,
ul {
padding-left: var(--lumo-space-l);
font-family: var(--cxl-lumo-font-secondary);

.entry-content & {
font-family: var(--cxl-lumo-font-secondary);
}
}

/**
Expand Down

0 comments on commit 0c023ac

Please sign in to comment.