From baec6e4b8b8190bf283e2c8259fc4c2b8acd55f9 Mon Sep 17 00:00:00 2001 From: Sarah Schneider Date: Thu, 19 Nov 2020 10:13:31 -0500 Subject: [PATCH] match code style in table to code style in body (#16516) Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com> --- stylesheets/tables.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/stylesheets/tables.scss b/stylesheets/tables.scss index eb5cba8cc650..c10a98dfeaa0 100644 --- a/stylesheets/tables.scss +++ b/stylesheets/tables.scss @@ -10,9 +10,10 @@ table-layout: auto; code { - font-size: 100%; - background: none; - padding: 0; + font-size: 85%; + padding: 0.2em 0.4em; + background-color: rgba($black, 0.05); + border-radius: $border-radius; } thead tr {