Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝(content) Add LumaFusion Beta announcement post #499

Merged
merged 18 commits into from
Nov 9, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Improve handling of theme colors
  • Loading branch information
Sam Richard committed Oct 24, 2022
commit 9c355d77d1a8d904710dbc115f06b7eea6feb233
4 changes: 2 additions & 2 deletions site/sass/components/_banner-interstitial.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
&__eyebrow,
&__title,
&__copy {
color: inherit;
color: var(--hero-theme-color, inherit);
}

&__copy {
Expand All @@ -60,7 +60,7 @@

&__cta {
border-color: currentColor;
color: inherit;
color: var(--hero-theme-color, inherit);
display: inline-flex;
margin-top: 1.75rem;
}
Expand Down