Skip to content

Commit

Permalink
update syntax highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
JugglerX committed Mar 14, 2019
1 parent 400c232 commit 77e6833
Show file tree
Hide file tree
Showing 7 changed files with 710 additions and 974 deletions.
25 changes: 14 additions & 11 deletions assets/scss/components/_content.scss
@@ -1,32 +1,35 @@
.content {
-webkit-font-smoothing: antialiased;
.highlight {
border-radius: 2px;
margin-bottom: 20px;
}
code {
background: #f5f5f5;
padding: 3px 6px;
border-radius: 3px;
font-family: $font-family-mono;
font-size: 0.9rem;
line-height: 1.4;
}
pre {
font-family: $font-family-mono;
font-size: 0.9rem;
line-height: 1.4;
margin: 0;
background: #f5f5f5;
padding: 10px;
border-radius: 1px;
color: lighten($black, 10%);
code {
font-family: $font-family-mono;
font-size: 0.9rem;
line-height: 1.4;
border-radius: none;
padding: 0;
margin: 0;
background: none;
}
}
code {
background: #f5f5f5;
padding: 3px 6px;
border-radius: 3px;
color: lighten($black, 10%);
font-family: $font-family-mono;
font-size: 0.9rem;
line-height: 1.4;
}

strong {
font-weight: bold;
}
Expand Down
331 changes: 0 additions & 331 deletions assets/scss/components/_highlight.scss

This file was deleted.

0 comments on commit 77e6833

Please sign in to comment.