Skip to content

Commit

Permalink
Vote-2108: Copy style updates (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
clmedders authored Jun 24, 2024
1 parent 0b25934 commit 2fb7741
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions web/themes/custom/votegov/src/sass/base/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ h4,
h5,
h6 {
--h-txt-color: #{$base-dark};
@include u-font-family('sans');
@include u-font-family('serif');
@include u-text('no-uppercase');
@include u-font-weight('medium');
@include u-font-weight('bold');
@include u-margin-top(5);
@include u-text('ls-auto');
color: var(--h-txt-color);
Expand All @@ -55,6 +55,8 @@ h6 {

// Paragraph
p {
@include u-font-family('sans');

.page-content & {
&:has(.usa-button) {
@include u-margin-top(5);
Expand All @@ -64,6 +66,7 @@ p {

// Lists
ul, ol {
@include u-font-family('sans');
main & {
&:last-child {
@include u-margin-bottom(0);
Expand Down

0 comments on commit 2fb7741

Please sign in to comment.