Skip to content

Commit

Permalink
fix(kbd): fix kbd background color (#5864)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Sharshakov aka. sh7dm authored and MajesticPotatoe committed Dec 11, 2018
1 parent 4efdee7 commit 28f61b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vuetify/src/stylus/elements/_code.styl
Expand Up @@ -4,7 +4,7 @@ code, kbd
white-space: pre-wrap
font-size: 85%
font-weight: 900

&:after,
&:before
content: "\00a0"
Expand All @@ -16,5 +16,5 @@ code
elevation(1)

kbd
background: $grey.darken-3
background: $grey.darken-2
color: #fff

0 comments on commit 28f61b5

Please sign in to comment.