docs(core): fix headers style in document pages (#6006)

This commit is contained in:
Jack Hsu 2021-06-14 11:45:58 -04:00 committed by GitHub
parent 4f92e608b4
commit b51cd7fa3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,3 +44,12 @@ iframe[src*='youtube'] {
color: inherit !important; color: inherit !important;
border: 1px solid #e1e4e8; border: 1px solid #e1e4e8;
} }
/*
Headers
*/
.prose h5,
.prose h6 {
font-weight: 600;
}