aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-28 16:34:41 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-28 16:34:41 -0500
commit0c716e4c6b7c2c44bbfd02b6503cae66af7b7480 (patch)
treeac880382ea281825027b34768d6512d340596e56 /docs/style.css
parent4821f231a00dc93c42fb437359ea657c59c63053 (diff)
Separate syntax highlighting category for header/body characters ;:?
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css2
1 files changed, 2 insertions, 0 deletions
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; }