Skip to content

Commit

Permalink
Update hpe.style.js
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote authored Jul 13, 2023
1 parent 3b8a02c commit f4a1be2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ export const HPEintro = styled("div")(({ theme }) => ({
paddingTop: "1.5rem",
fontStyle: "italic",
fontSize: "1.5rem",
color: `${props => props.theme.whiteToBlack}`,

borderTop: `1px dashed ${theme.text}`,
borderBottom: `1px dashed ${theme.text}`,
marginBottom: "1rem",

backgroundColor: `${theme.body}`,
}));
}));

0 comments on commit f4a1be2

Please sign in to comment.