Skip to content

Commit

Permalink
feat(cxl-lumo-styles): increase content font size
Browse files Browse the repository at this point in the history
  • Loading branch information
anoblet committed Jul 24, 2024
1 parent be7a1f4 commit 9d0351e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/cxl-ui/scss/global/cxl-app-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,16 @@ cxl-app-layout {
}
}
}

/**
* Improve readability.
*
* @see https://cxlworld.slack.com/archives/C01JABH8AHX/p1720530653218939
* @since 2024.07.24
*/
.archive-description,
.entry-content,
.entry-summary {
font-size: var(--lumo-font-size-l);
}
}

0 comments on commit 9d0351e

Please sign in to comment.