Skip to content

Commit

Permalink
fix color dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-chassagne committed Jun 7, 2024
1 parent 91f02ae commit b021ab4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ $sizes: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15;
}

.bg-blue {
background-color: #75BFF8;
background-color: #75bff8;
}

.bg-darkGray {
Expand Down Expand Up @@ -1263,10 +1263,10 @@ body.dark-mode {
h6,
strong,
b {
color: #ffffff;
color: currentColor;

.theme-dark & {
background-color: #ffffff;
background-color: currentColor;
}
}

Expand Down Expand Up @@ -1647,7 +1647,7 @@ body.dark-mode {
display: flex;
flex-direction: column;
row-gap: 8px;
color: #6A737D;
color: #6a737d;
line-height: 1.21;

div > p:last-child {
Expand All @@ -1662,7 +1662,7 @@ body.dark-mode {
}

.dark-mode & {
color: #F7F9FB;
color: #f7f9fb;
}
}
.hs_metamask___newsletter_sign_up,
Expand Down

0 comments on commit b021ab4

Please sign in to comment.