Fix a11y color contrast bug with sample

This commit is contained in:
Hawk Ticehurst 2025-12-05 11:03:04 -05:00 committed by GitHub
parent 516f350bda
commit bf4931bb98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ monaco.editor.defineTheme("myCustomTheme", {
rules: [
{
token: "comment",
foreground: "ffa500",
foreground: "a80085",
fontStyle: "italic underline",
},
{ token: "comment.js", foreground: "008800", fontStyle: "bold" },