Skip to content

Commit

Permalink
update in-table code blocks' style
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongao97 committed Jan 4, 2024
1 parent be372dd commit fb352be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion magicbook/stylesheets/components/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ table {
// block level code in table
pre {
background: $color-gray-100;
padding: 4pt 2pt;
border-radius: $rounded-radius-sm;
padding: 8pt;
}
}
1 change: 1 addition & 0 deletions magicbook/stylesheets/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ $color-gray-200: #cccccc;
$color-gray-500: #808080;
$color-gray-800: #333333;
$rounded-radius: 8pt;
$rounded-radius-sm: 4pt;

// Page styles
@import 'page';
Expand Down

0 comments on commit fb352be

Please sign in to comment.