Skip to content

Commit

Permalink
fix(upload-api): make text color explicit
Browse files Browse the repository at this point in the history
set text color for body text on storacha branded email validation page to black, rather than relying on browser default color
  • Loading branch information
hannahhoward committed Sep 20, 2024
1 parent 64ddde3 commit 87dd4aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upload-api/html-storacha/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export function buildDocument(body) {
}
body {
color: black
background-color: var(--hot-red-light);
font-family: 'Epilogue', sans-serif;
max-width: 70rem;
Expand Down

0 comments on commit 87dd4aa

Please sign in to comment.