Skip to content

Commit

Permalink
Fixed the <kbd> element to use font-size: inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Smiley committed Feb 12, 2014
1 parent 02eefe7 commit f637f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/includes/examples_keystrokes_variables.html
Expand Up @@ -4,7 +4,7 @@

// We use these to control text styles.
$keystroke-font: "Consolas", "Menlo", "Courier", monospace;
$keystroke-font-size: rem-calc(14);
$keystroke-font-size: inherit;
$keystroke-font-color: #222;
$keystroke-font-color-alt: #fff;
$keystroke-function-factor: -7%;
Expand Down
2 changes: 1 addition & 1 deletion scss/foundation/components/_keystrokes.scss
Expand Up @@ -7,7 +7,7 @@ $include-html-type-classes: $include-html-classes !default;

// We use these to control text styles.
$keystroke-font: "Consolas", "Menlo", "Courier", monospace !default;
$keystroke-font-size: rem-calc(14) !default;
$keystroke-font-size: inherit !default;
$keystroke-font-color: #222 !default;
$keystroke-font-color-alt: #fff !default;
$keystroke-function-factor: -7% !default;
Expand Down

0 comments on commit f637f59

Please sign in to comment.