diff --git a/services/web/frontend/stylesheets/bootstrap-5/base/typography.scss b/services/web/frontend/stylesheets/bootstrap-5/base/typography.scss index 0efd5d811e..5515821cb9 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/base/typography.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/base/typography.scss @@ -63,11 +63,14 @@ h6, // Peformatted text, sample output, code, keyboard input elements // E.g.: Git authentication token +pre { + @include body-base; +} + code, kbd, -pre, samp { - @include body-base; + font-size: 1em; } .list-style-check-green { diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/share.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/share.scss index 0d6694c141..25c1f443d0 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/share.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/share.scss @@ -41,10 +41,6 @@ display: flex; align-items: center; justify-content: space-between; - - code { - font-size: inherit; - } } } }