diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-06-08 11:14:05 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-06-08 11:16:25 -0400 |
| commit | 8f973563e1a750a964bca3239e5a23b87dd8e6d1 (patch) | |
| tree | 3426db30f821dead6271b0a5bf00a962a65325de /docs/style.css | |
| parent | 2295d19333458245e659fb37576b80d82e258a7b (diff) | |
Brighten light-mode green lines
Diffstat (limited to 'docs/style.css')
| -rw-r--r-- | docs/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css index 67eab216..7e66cf6c 100644 --- a/docs/style.css +++ b/docs/style.css @@ -218,7 +218,7 @@ svg tspan { .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:#1c4622; } text.green { fill:#14401a; 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; } .bluegreen { fill:#0e2525; stroke:#297f7f; } text.bluegreen { fill:#578d8d; stroke:none; } |
