Skip to content

Commit

Permalink
force particular color for code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpyle committed May 30, 2024
1 parent 87fbb04 commit e55ee98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _docs/fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<input>`, you
Expand Down
4 changes: 3 additions & 1 deletion _sass/_syntax-highlighting.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e55ee98

Please sign in to comment.