Skip to content

Commit

Permalink
code snippet color contrast fix (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
luukee authored Sep 5, 2024
2 parents b712be8 + 630a8d8 commit df27769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/minima/_syntax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
.highlight .m { color: #f60 } /* Literal.Number */
.highlight .s { color: #d44950 } /* Literal.String */
.highlight .na { color: #4f9fcf } /* Name.Attribute */
.highlight .nb { color: #366 } /* Name.Builtin */
.highlight .nb { color: #f60 } /* Name.Builtin */
.highlight .nc { color: #0a8; } /* Name.Class */
.highlight .no { color: #360 } /* Name.Constant */
.highlight .nd { color: #99f } /* Name.Decorator */
Expand All @@ -35,7 +35,7 @@
.highlight .nf { color: #c0f } /* Name.Function */
.highlight .nl { color: #99f } /* Name.Label */
.highlight .nn { color: #0cf; } /* Name.Namespace */
.highlight .nt { color: #2f6f9f; } /* Name.Tag */
.highlight .nt { color: #4b86b2; } /* Name.Tag */
.highlight .nv { color: rgb(255, 171, 115) } /* Name.Variable */
.highlight .ow { color: #000; } /* Operator.Word */
.highlight .w { color: #bbb } /* Text.Whitespace */
Expand Down

0 comments on commit df27769

Please sign in to comment.