Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Fix light purple branding color
Browse files Browse the repository at this point in the history
Changing the background color of the light purple to use the light purple variable rather than the dark purple variable

Signed-off-by: theamazing0 <[email protected]>
  • Loading branch information
theamazing0 authored Dec 21, 2023
1 parent 0dc44db commit b99a69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/brand.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ img {
}

.color-light-purple {
background-color: var(--dl-color-purple-dark);
background-color: var(--dl-color-purple-light);
}

.fonts {
Expand Down

0 comments on commit b99a69c

Please sign in to comment.