Skip to content

Commit

Permalink
Implement new Yellow CSS variables to links
Browse files Browse the repository at this point in the history
- The idea is to standarize the yellow color to the Split Two Columns block
- and to the Campaign Cover block
  • Loading branch information
dantovbein authored and comzeradd committed May 10, 2023
1 parent cc500a2 commit a9c66d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/src/scss/new-identity/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@

// TODO: Review these fallback variables after we'll merge the new identity colors
--comments-block--comment-respond--background: var(--color-background-comments_block);
--campaign-covers-block--covers--thumbnail-large--yellow-cta--color: var(--p4-action-yellow-500);
--split-two-column-item-tag--color: var(--p4-action-yellow-500);
--split-two-column-item-tag--hover--color: var(--p4-action-yellow-500);
--split-two-column-item-tag--visited--color: var(--p4-action-yellow-500);
}

#nav-mobile-menu {
Expand Down

0 comments on commit a9c66d8

Please sign in to comment.