Skip to content

Commit

Permalink
feat(reboot): use #666 for code element
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Sep 9, 2020
1 parent 1e6fbdd commit 26a1aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1355,8 +1355,8 @@ $close-icon-stroke: url("data:image/svg+xml,<svg xmlns='http://w

// Code

$code-font-size: $small-font-size !default;
$code-color: $gray-900 !default;
$code-font-size: .875em !default;
$code-color: $gray-700 !default;

$kbd-padding-y: $spacer / 20 !default;
$kbd-padding-x: $spacer / 20 !default;
Expand Down

0 comments on commit 26a1aae

Please sign in to comment.