This commit is contained in:
Jeremy Thomas
2016-06-29 23:59:48 +01:00
parent 02313b85eb
commit 91d04459db
22 changed files with 72 additions and 70 deletions

View File

@@ -1,5 +1,5 @@
html
background: $body-background
background-color: $body-background
font-size: $size-normal
-moz-osx-font-smoothing: grayscale
-webkit-font-smoothing: antialiased
@@ -48,7 +48,7 @@ a
color: $link-hover
code
background: $code-background
background-color: $code-background
color: $code
font-size: 12px
font-weight: normal
@@ -79,12 +79,12 @@ strong
// Block
pre
background: $pre-background
background-color: $pre-background
color: $pre
white-space: pre
word-wrap: normal
code
background: $pre-background
background-color: $pre-background
color: $pre
display: block
overflow-x: auto