adjust syntax highlighting

This commit is contained in:
rhiannon morris 2022-09-17 20:57:32 +02:00
parent 1e7423fffe
commit 0ec38537f4
1 changed files with 6 additions and 6 deletions

View File

@ -394,14 +394,14 @@ aside {
.kw { color: hsl(300deg, 60%, 30%); }
.pp { color: hsl(343deg, 100%, 40%); font-weight: 500; }
.dt { color: hsl(173deg, 100%, 24%); font-weight: 500; }
.fu { color: hsl(34deg, 100%, 30%); font-weight: 500; }
.va { color: hsl(203deg, 100%, 30%); font-weight: 500; }
.cf { color: hsl(276deg, 75%, 35%); font-weight: 500; }
.pp { color: hsl(343deg, 100%, 40%); /* font-weight: 500; */ }
.dt { color: hsl(173deg, 100%, 24%); /* font-weight: 500; */ }
.fu { color: hsl(34deg, 100%, 30%); /* font-weight: 500; */ }
.va { color: hsl(203deg, 100%, 30%); /* font-weight: 500; */ }
.cf { color: hsl(276deg, 75%, 35%); /* font-weight: 500; */ }
.op { color: hsl(220deg, 40%, 33%); }
.co { color: hsl(221deg, 10%, 39%); font-style: italic; }
.bu { color: hsl(100deg, 85%, 30%); font-weight: 500; }
.bu { color: hsl(120deg, 85%, 25%); }
:is(.st, .fl, .dv, .sc) { color: hsl(143deg, 100%, 20%); }
.wa { color: hsl(350deg, 80%, 25%); text-decoration: wavy 1.5px underline; }
.al { color: hsl(350deg, 80%, 25%); }