From 692d13cc1a6fda2776d0ad0b34e9fbff0bc2c55c Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sun, 21 Jun 2020 17:47:55 -0400 Subject: everything now working with blocks not returning values --- docs/docs.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/docs.css (limited to 'docs/docs.css') diff --git a/docs/docs.css b/docs/docs.css new file mode 100644 index 0000000..98871a2 --- /dev/null +++ b/docs/docs.css @@ -0,0 +1,11 @@ +body { + font-family: sans-serif; +} +c { + font-family: monospace; +} +a, a:visited { + text-decoration: none; + color: #038083; +} + -- cgit v1.2.3