aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-10-16 13:01:19 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-10-16 13:24:13 -0400
commitbbce87e26a262a2f442b86608bae06bfd42f3b0e (patch)
tree5182dc737638b329787ee130277c09d825b57e86 /docs/style.css
parentd1813495bce24c37049abdca553bfb184f3ab753 (diff)
First expression diagram
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/style.css b/docs/style.css
index 4e208c47..2dc22dde 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -50,10 +50,13 @@ pre, code, textarea, .kb {
border: 1px solid #bdcac4;
letter-spacing: 0.2;
}
-.code {
+.code, .codeCover {
fill: #e3e7e7;
stroke: #bdcac4;
}
+.codeCover {
+ stroke: #e3e7e7;
+}
code {
padding: 0.15em 0.1em 0.05em;
white-space: nowrap;
@@ -123,7 +126,8 @@ 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, .codeCover { fill: #0c0d0e; stroke: #040509; }
+ .codeCover { stroke: #0c0d0e; }
code { border-color: #0c0d0e; background-color: #0f1011; }
table td, th{ border-color: #636967; }
table th { border-color: #88918c; background-color: #292a2b; }