From ce25d03b14a02761f4014d56251e29b40f8536c2 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 17 Jun 2021 13:25:26 -0400 Subject: Add a more neutral color for non-emphasized lines --- docs/doc/depth.html | 20 ++++++++++---------- docs/doc/replicate.html | 6 +++--- docs/style.css | 2 ++ 3 files changed, 15 insertions(+), 13 deletions(-) (limited to 'docs') diff --git a/docs/doc/depth.html b/docs/doc/depth.html index 2b975c4e..02af36ad 100644 --- a/docs/doc/depth.html +++ b/docs/doc/depth.html @@ -9,21 +9,21 @@ 3 - - - + + + 2 - - + + 0 1 - - - + + + 0 @@ -40,8 +40,8 @@ 1 - - + + 0 diff --git a/docs/doc/replicate.html b/docs/doc/replicate.html index 752fc7e1..2f81bce5 100644 --- a/docs/doc/replicate.html +++ b/docs/doc/replicate.html @@ -50,15 +50,15 @@ 4 5 5 - - + + - + diff --git a/docs/style.css b/docs/style.css index 7e66cf6c..c6db8eb3 100644 --- a/docs/style.css +++ b/docs/style.css @@ -215,12 +215,14 @@ svg tspan { fill: currentColor; } .purple { fill:#d6afe0; stroke:#3d1b46; } text.purple { fill:#3b1346; stroke:none; } +.lilac { fill:none; stroke:#736480; } text.lilac { fill:#3b373e; stroke:none; } .bluegreen { fill:#55cbcb; stroke:#1c4e4e; } text.bluegreen { fill:#113939; stroke:none; } .yellow { fill:#e2d17f; stroke:#a28237; } text.yellow { fill:#7a5a0e; stroke:none; } .red { fill:#ce8379; stroke:#861d17; } text.red { fill:#510d09; stroke:none; } .green { fill:#6fb360; stroke:#1b6720; } text.green { fill:#14401a; stroke:none; } @media (prefers-color-scheme: dark) { .purple { fill:#241922; stroke:#612d86; } text.purple { fill:#6e2ca0; stroke:none; } +.lilac { fill:none; stroke:#5a4d6a; } text.lilac { fill:#8a8285; stroke:none; } .bluegreen { fill:#0e2525; stroke:#297f7f; } text.bluegreen { fill:#578d8d; stroke:none; } .yellow { fill:#5b4b25; stroke:#a27e2a; } text.yellow { fill:#9d7925; stroke:none; } .red { fill:#532923; stroke:#ae251e; } text.red { fill:#a6221a; stroke:none; } -- cgit v1.2.3