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:
commit
72ddaccdab
@ -1790,6 +1790,7 @@ kbd {
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: 1em;
|
||||
color: $main-color;
|
||||
|
||||
&.php {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user