aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-10-20 22:08:16 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-10-20 22:11:21 -0400
commitb12d99665cbacce04f79abb883bc33abed2629bd (patch)
tree45072c7fd3d2b93736ad58e741813e44b55ed133 /docs/style.css
parent4fda9211c7e7bf16b137e2207abf1fc0e0261a11 (diff)
Add Venn/Euler diagram for many meanings of functional programming
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/style.css b/docs/style.css
index 2dc22dde..a37d04de 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -159,8 +159,12 @@ svg tspan {
.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; }
+.red { fill:#ce8379; stroke:#861d17; } text.red { fill:#510d09; stroke:none; }
+.green { fill:#6fb360; stroke:#1c4622; } 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; }
.yellow { fill:#5b4b25; stroke:#a27e2a; } text.yellow { fill:#9d7925; stroke:none; }
+.red { fill:#532923; stroke:#ae251e; } text.red { fill:#a6221a; stroke:none; }
+.green { fill:#25431e; stroke:#298221; } text.green { fill:#298221; stroke:none; }
}