From 0c716e4c6b7c2c44bbfd02b6503cae66af7b7480 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 28 Jan 2022 16:34:41 -0500 Subject: Separate syntax highlighting category for header/body characters ;:? --- docs/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/style.css') diff --git a/docs/style.css b/docs/style.css index 15cf4031..e76956cd 100644 --- a/docs/style.css +++ b/docs/style.css @@ -189,6 +189,7 @@ kbd { a:link { color: #0b39dc; text-decoration-color: #0b39dc91; } a:visited { color: #3d155f; } +.Head ,a.Head, .Value ,a.Value { color: #1f2020; } .Function ,a.Function { color: #1f7229; } .Modifier ,a.Modifier { color: #7b3b60; } @@ -225,6 +226,7 @@ a:visited { color: #3d155f; } a:link { color: #5592d9; text-decoration-color: #508dd978; } a:visited { color: #8781c1; } + .Head ,a.Head, .Value ,a.Value { color: #b2b9bb; } .Function ,a.Function { color: #3aa548; } .Modifier ,a.Modifier { color: #93428b; } -- cgit v1.2.3