Skip to content

Commit

Permalink
fix: specify font color for discord button. potentially breaking in o…
Browse files Browse the repository at this point in the history
…ther cases where fonts colors not specfied
  • Loading branch information
Majestic9169 committed Nov 17, 2024
1 parent 82bf323 commit 76c54c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/styles/Hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
.discord-button p {
margin: 0;
padding: 0;
color: #fff;
}

.discord-icon {
Expand Down Expand Up @@ -168,4 +169,4 @@
max-width: 100%;
height: auto;
margin: 0;
}
}
2 changes: 1 addition & 1 deletion src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
line-height: 1.5;
font-weight: 400;

color-scheme: light dark;
/* color-scheme: light dark; */
color: rgba(255, 255, 255, 0.87);
background-color: #071b44;

Expand Down

0 comments on commit 76c54c5

Please sign in to comment.