diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-04 20:18:48 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-04 20:19:27 -0400 |
| commit | 18c0dac23140426089fdb060042533a523a045f9 (patch) | |
| tree | 7b73f4c82a9c403655e69705a16b88dfc7deeec9 /docs/style.css | |
| parent | 2b4c0501f9c0bf3275b907eedf54b574adbc3e97 (diff) | |
Diagram of types and the categories they use
Diffstat (limited to 'docs/style.css')
| -rw-r--r-- | docs/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/style.css b/docs/style.css index 0a8727c9..1f1e9fa0 100644 --- a/docs/style.css +++ b/docs/style.css @@ -143,3 +143,12 @@ a:visited { color: #3d155f; } a:link { color: #5592d9; text-decoration-color: #508dd978; } a:visited { color: #8781c1; } } + +.purple { fill:#d6afe0; stroke:#3d1b46; } text.purple { fill:#3b1346; stroke:none; } +.bluegreen { fill:#55cbcb; stroke:#1c4e4e; } text.bluegreen { fill:#113939; stroke:none; } +.yellow { fill:#e2d17f; stroke:#a28237; } text.yellow { fill:#7a5a0e; 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; } +.yellow { fill:#5b4b25; stroke:#a27e2a; } text.yellow { fill:#9d7925; stroke:none; } +} |
