From 0ec38537f428ae5c2defe9604f3473d6f847869f Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Sat, 17 Sep 2022 20:57:32 +0200 Subject: [PATCH] adjust syntax highlighting --- style/page.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/style/page.css b/style/page.css index 55d4530..a88d634 100644 --- a/style/page.css +++ b/style/page.css @@ -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%); }