Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add <kbd> styles #60

Merged
merged 1 commit into from
Apr 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion lib/default-theme/styles/theme.styl
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ p a code
font-weight 400
color $accentColor

kbd
background #eee
border solid 0.15rem #ddd
border-bottom solid 0.25rem #ddd
border-radius 0.15rem
padding 0 0.15em

blockquote
font-size 1.2rem
color #999
Expand Down Expand Up @@ -120,7 +127,7 @@ a.header-anchor
&:hover
text-decoration none

code
code, kbd
font-family source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace

p, ul, ol
Expand Down