Skip to content

Commit

Permalink
Color fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbum committed Dec 11, 2023
1 parent 85ab0a1 commit b1cbcd6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/accordion/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cagov-accordion details {
position: relative;
line-height: var(--s-4, 2rem);
margin: 0;
color: var(--primary-700, #165ac2);
color: var(--summary-link-color, #0D4F8C);
font-size: var(--font-size-2, 1.125rem);
font-weight: bold;

Expand Down
2 changes: 1 addition & 1 deletion components/base-css/dist/themes/cagov.css

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

6 changes: 6 additions & 0 deletions components/base-css/src/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ h1.page-title {
padding: 0 0 var(--s-3) 0;
}

h2 {
font-family: var(--org-name-dept-font, "Noto Serif", serif);
color: var(--page-title-color, #0D4F8C);
font-size: 37px;
}

main {
h2:first-child {
margin-top: 0px;
Expand Down
4 changes: 2 additions & 2 deletions components/pagination/src/css/index.css

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

0 comments on commit b1cbcd6

Please sign in to comment.