Merge pull request #15647 from gurrrung/15618

fixed the font size

fixes #15618

earlier font-size:1em was used which was
being overrided by a default BS styling
reverted back to old styling by overriding
it.

Closes #15645
This commit is contained in:
Maurício Meneghini Fauth 2019-12-15 11:40:06 -03:00 committed by GitHub
commit 72ddaccdab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1790,6 +1790,7 @@ kbd {
}
code {
font-size: 1em;
color: $main-color;
&.php {