From ec5782e80525dc3512fca2f9d1840f67efc3f670 Mon Sep 17 00:00:00 2001 From: "R. Gurung" Date: Fri, 13 Dec 2019 15:36:47 +0530 Subject: [PATCH] fixed the font size earlier font-size:1em was used which was being overrided by a default BS styling reverted back to old styling by overriding it. Signed-off-by: R. Gurung --- themes/pmahomme/scss/_common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/pmahomme/scss/_common.scss b/themes/pmahomme/scss/_common.scss index 4c21981686..7e8b1d335a 100644 --- a/themes/pmahomme/scss/_common.scss +++ b/themes/pmahomme/scss/_common.scss @@ -1790,6 +1790,7 @@ kbd { } code { + font-size: 1em; color: $main-color; &.php {