diff --git a/_docs/fields.md b/_docs/fields.md index b1638d281..690d23716 100644 --- a/_docs/fields.md +++ b/_docs/fields.md @@ -1328,7 +1328,7 @@ $(document).on('daPageLoad', function(){ then the variable will be set to the output of the `.empty()` class method. * `is_object` - the default is `False`. If you have a `transform()` - class method that returns something that cannot be defined with with + class method that returns something that cannot be defined with `repr()`, set this to `True`. * `parameters` - the default is `[]`. If you want to pass parameters from the YAML to `data` attributes of the resulting ``, you diff --git a/_sass/_syntax-highlighting.scss b/_sass/_syntax-highlighting.scss index 4158102e4..d159a6e85 100644 --- a/_sass/_syntax-highlighting.scss +++ b/_sass/_syntax-highlighting.scss @@ -4,7 +4,9 @@ .highlight { // background: #fff; @extend %vertical-rhythm; - + pre code { + color: rgb(33, 37, 41); + } .c { color: #998; font-style: italic } // Comment .err { color: #a61717; background-color: #e3d2d2 } // Error .k { font-weight: bold } // Keyword