We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b718fbe commit 43bb62dCopy full SHA for 43bb62d
editor/components/community-files/readme.tsx
@@ -176,13 +176,36 @@ export function Readme({
176
}
177
178
const ReadmeWrapper = styled.main`
179
+ color: black;
180
margin: auto;
181
182
width: 100%;
183
184
overflow: hidden;
185
overflow-y: scroll;
186
187
+ h1,
188
+ h2,
189
+ h3,
190
+ h4,
191
+ h5,
192
+ h6 {
193
194
+ }
195
+
196
+ p {
197
198
199
200
+ a {
201
202
+ opacity: 0.8;
203
204
+ &:hover {
205
+ opacity: 1;
206
207
208
209
.cta {
210
display: flex;
211
flex-direction: column;
0 commit comments