Skip to content

Commit d69d67b

Browse files
authored
repo sync
2 parents 710ee99 + baec6e4 commit d69d67b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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)