Skip to content

Commit 43bb62d

Browse files
fix styles
1 parent b718fbe commit 43bb62d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

editor/components/community-files/readme.tsx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,36 @@ export function Readme({
176176
}
177177

178178
const ReadmeWrapper = styled.main`
179+
color: black;
179180
margin: auto;
180181
181182
width: 100%;
182183
183184
overflow: hidden;
184185
overflow-y: scroll;
185186
187+
h1,
188+
h2,
189+
h3,
190+
h4,
191+
h5,
192+
h6 {
193+
color: black;
194+
}
195+
196+
p {
197+
color: black;
198+
}
199+
200+
a {
201+
color: black;
202+
opacity: 0.8;
203+
204+
&:hover {
205+
opacity: 1;
206+
}
207+
}
208+
186209
.cta {
187210
display: flex;
188211
flex-direction: column;

0 commit comments

Comments
 (0)