Skip to content

Commit 76c54c5

Browse files
committed
fix: specify font color for discord button. potentially breaking in other cases where fonts colors not specfied
1 parent 82bf323 commit 76c54c5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/styles/Hero.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
.discord-button p {
127127
margin: 0;
128128
padding: 0;
129+
color: #fff;
129130
}
130131

131132
.discord-icon {
@@ -168,4 +169,4 @@
168169
max-width: 100%;
169170
height: auto;
170171
margin: 0;
171-
}
172+
}

src/styles/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
line-height: 1.5;
44
font-weight: 400;
55

6-
color-scheme: light dark;
6+
/* color-scheme: light dark; */
77
color: rgba(255, 255, 255, 0.87);
88
background-color: #071b44;
99

0 commit comments

Comments
 (0)