Skip to content

Commit

Permalink
fix(Blocks): 🎨 Change color of "intro text" paragraph style to ocean …
Browse files Browse the repository at this point in the history
…blue
  • Loading branch information
knice committed Feb 28, 2023
1 parent e854702 commit a0ea505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-blocks/paragraph.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
font-weight: 400;
line-height: 1.4;
font-size: var(--wp--preset--font-size--three);
color: var(--wp--preset--color--ucsc-rubine-red);
color: var(--wp--preset--color--ucsc-ocean-blue) !important;
}

0 comments on commit a0ea505

Please sign in to comment.