From 630a8d82c7f1cb09ef82cd39869ab716663c8578 Mon Sep 17 00:00:00 2001 From: Luke Carl Hartman Date: Thu, 5 Sep 2024 12:56:16 -0700 Subject: [PATCH] code snippet color contrast fix --- _sass/minima/_syntax.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/minima/_syntax.scss b/_sass/minima/_syntax.scss index 8f5d96a..aecbfe0 100644 --- a/_sass/minima/_syntax.scss +++ b/_sass/minima/_syntax.scss @@ -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 */ @@ -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 */