aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-10-06 09:59:26 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-10-06 09:59:26 -0400
commit7b7204e598c80d6ceed6d8ae12e7863684a62590 (patch)
treeedd72544e87e450f384d5045bf1b11fc32c83a52 /docs/style.css
parent27c7fe086283dd46e10ac27b6af531497a3b24c4 (diff)
Add code for combinator diagram
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/style.css b/docs/style.css
index 1f1e9fa0..47d82314 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -50,6 +50,10 @@ pre, code, textarea, .kb {
border: 1px solid #bdcac4;
letter-spacing: 0.2;
}
+.code {
+ fill: #e3e7e7;
+ stroke: #bdcac4;
+}
code {
padding: 0.15em 0.1em 0.05em;
white-space: nowrap;
@@ -119,6 +123,7 @@ a:visited { color: #3d155f; }
input { border-color: #0c0d0e; }
textarea, pre, code { color: #969698; background-color: #0c0d0e; }
textarea, pre, code, .kb { border-color: #040509; }
+ .code { fill: #0c0d0e; stroke: #040509; }
code { border-color: #0c0d0e; background-color: #0f1011; }
table td, th{ border-color: #636967; }
table th { border-color: #88918c; background-color: #292a2b; }
@@ -144,6 +149,9 @@ a:visited { color: #3d155f; }
a:visited { color: #8781c1; }
}
+svg tspan {
+ fill: currentColor;
+}
.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; }