Skip to content

Commit

Permalink
chore: code styles
Browse files Browse the repository at this point in the history
  • Loading branch information
minimit committed Jun 22, 2020
1 parent 9f4d96b commit a97f213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/core/typography/_typography.less
Expand Up @@ -50,6 +50,7 @@ dl, .dl-block {
margin: 0;
}
}

/**
* code
*/
Expand Down
4 changes: 2 additions & 2 deletions src/gatsby/assets/styles/_demo.less
Expand Up @@ -44,8 +44,8 @@ html.gatsby_iframe-container {
code {
margin: -.1em .1em;
padding: .2em .35em;
border-radius: 6px;
background: @shade-200 !important;
border-radius: 0;
background: @shade-200-dark !important;
.font-monospace();
font-size: .8em;
color: @text;
Expand Down

0 comments on commit a97f213

Please sign in to comment.