Skip to content

Commit baec6e4

Browse files
sarahschiedo
andauthored
match code style in table to code style in body (#16516)
Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com>
1 parent 30b2f8f commit baec6e4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

stylesheets/tables.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
table-layout: auto;
1111

1212
code {
13-
font-size: 100%;
14-
background: none;
15-
padding: 0;
13+
font-size: 85%;
14+
padding: 0.2em 0.4em;
15+
background-color: rgba($black, 0.05);
16+
border-radius: $border-radius;
1617
}
1718

1819
thead tr {

0 commit comments

Comments
 (0)