Merge pull request #1319 from GizziXZ/patch-1

Fix h6 color
This commit is contained in:
Max Wofford 2024-08-20 16:33:21 +00:00 committed by GitHub
commit 53cf47b4e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,7 +113,6 @@ SOFTWARE.
}
.reactMarkDown h6 {
color: #777777;
font-size: 14px;
}
@ -394,4 +393,4 @@ SOFTWARE.
.reactMarkDown code, .reactMarkDown pre tt {
background-color: transparent;
border: none;
}
}