mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #242
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user