Skip to content

Commit

Permalink
Adds back in style. It allows for more specificity.
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Tomas-Gonzalez committed Oct 26, 2023
1 parent d00b2e4 commit 0cf152c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/components/c-card.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/core-styles.cms.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-styles.docs.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions src/lib/_imports/components/c-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@
margin-bottom: 2rem; /* restore <p> `margin-bottom `*/
}

/* To more specifically control c-card link font weight */
:is(.card, :--c-card) a:--c-button {
font-weight: var(--bold);
}

/* FAQ: Used on image cards for staff like on /education/k-12-students/ */
:is(.card, :--c-card) h4 {
margin-bottom: 0.375em;
Expand Down

0 comments on commit 0cf152c

Please sign in to comment.