Skip to content

Commit

Permalink
Update visit-slr.tsx text color
Browse files Browse the repository at this point in the history
  • Loading branch information
freitagb authored Oct 4, 2024
1 parent 89dfe16 commit a7ea9f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overrides/components/visit-slr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const InfoImageContent = styled.div`
display: flex;
flex-flow: row;
background-color: #02225b; // @TODO: But where can I get this color?
color: #ffffff;
color: #121414;
width: 100%;
height: 300px;
background-image: url(${SeaSideImg});
Expand Down Expand Up @@ -74,7 +74,7 @@ export default function VisitSLR({
<StyledVarHeading size="small" as="h2">
U.S. Sea Level Change
</StyledVarHeading>
<span style="color:#121414">
<span>
Rising Seas, Changing Coasts
</span>
<Button
Expand Down

0 comments on commit a7ea9f1

Please sign in to comment.