diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-06-17 13:25:26 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-06-17 14:10:25 -0400 |
| commit | ce25d03b14a02761f4014d56251e29b40f8536c2 (patch) | |
| tree | 4429a99a2256bd3a6e009f0e31227509cdaa5c6e /docs/doc | |
| parent | 3cb0260e07d5db98a415e55efaa276ee38620e0f (diff) | |
Add a more neutral color for non-emphasized lines
Diffstat (limited to 'docs/doc')
| -rw-r--r-- | docs/doc/depth.html | 20 | ||||
| -rw-r--r-- | docs/doc/replicate.html | 6 |
2 files changed, 13 insertions, 13 deletions
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 @@ <g font-family='BQN,monospace' font-size='16px' text-anchor='middle' fill='currentColor' stroke-width='0' stroke='currentColor' stroke-linecap='round'> <rect class='code' stroke-width='1.5' rx='12' x='-192' y='-32' width='384' height='172'/> <text dy='-0.2em' class='Number'>3</text> - <line stroke-width='2' class='purple' opacity='0.8' x2='-72' y2='22'/> - <line stroke-width='2' class='purple' opacity='0.8' x2='48' y2='22'/> - <line stroke-width='2' class='purple' opacity='0.8' x2='120' y2='22'/> + <line class='lilac' stroke-width='2' x2='-72' y2='22'/> + <line class='lilac' stroke-width='2' x2='48' y2='22'/> + <line class='lilac' stroke-width='2' x2='120' y2='22'/> <g transform='translate(-72 40)'> <text dy='-0.2em' class='Number'>2</text> - <line stroke-width='2' class='purple' opacity='0.8' x2='-72' y2='22'/> - <line stroke-width='2' class='purple' opacity='0.8' x2='24' y2='22'/> + <line class='lilac' stroke-width='2' x2='-72' y2='22'/> + <line class='lilac' stroke-width='2' x2='24' y2='22'/> <g transform='translate(-72 40)'> <text dy='-0.2em' class='Number'>0</text> </g> <g transform='translate(24 40)'> <text dy='-0.2em' class='Number'>1</text> - <line stroke-width='2' class='purple' opacity='0.8' x2='-48' y2='22'/> - <line stroke-width='2' class='purple' opacity='0.8' x2='0' y2='22'/> - <line stroke-width='2' class='purple' opacity='0.8' x2='48' y2='22'/> + <line class='lilac' stroke-width='2' x2='-48' y2='22'/> + <line class='lilac' stroke-width='2' x2='0' y2='22'/> + <line class='lilac' stroke-width='2' x2='48' y2='22'/> <g transform='translate(-48 40)'> <text dy='-0.2em' class='Number'>0</text> </g> @@ -40,8 +40,8 @@ </g> <g transform='translate(120 40)'> <text dy='-0.2em' class='Number'>1</text> - <line stroke-width='2' class='purple' opacity='0.8' x2='-24' y2='22'/> - <line stroke-width='2' class='purple' opacity='0.8' x2='24' y2='22'/> + <line class='lilac' stroke-width='2' x2='-24' y2='22'/> + <line class='lilac' stroke-width='2' x2='24' y2='22'/> <g transform='translate(-24 40)'> <text dy='-0.2em' class='Number'>0</text> </g> 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 @@ <text dy='0.29em' x='192' y='127.6'><tspan class='Number'>4</tspan></text> <text dy='0.29em' x='240' y='127.6'><tspan class='Number'>5</tspan></text> <text dy='0.29em' x='288' y='127.6'><tspan class='Number'>5</tspan></text> - <g stroke-linecap='round' stroke='currentColor' opacity='0.7'> - <g stroke-width='0.4'> + <g class='lilac' stroke-linecap='round'> + <g stroke-width='0.6'> <line x1='0' x2='0' y1='9.9' y2='23.1'/> <line x1='144' x2='144' y1='9.9' y2='23.1'/> <line x1='288' x2='288' y1='9.9' y2='23.1'/> <line x1='336' x2='336' y1='9.9' y2='23.1'/> <line x1='384' x2='384' y1='9.9' y2='23.1'/> </g> - <g stroke-width='1.5'> + <g stroke-width='1.8'> <line x1='48' x2='48' y1='9.9' y2='23.1'/> <line x1='96' x2='96' y1='9.9' y2='23.1'/> <line x1='192' x2='192' y1='9.9' y2='23.1'/> |
