summaryrefslogtreecommitdiff
path: root/docs/docs.css
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-06-21 17:47:55 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2020-06-21 17:47:55 -0400
commit692d13cc1a6fda2776d0ad0b34e9fbff0bc2c55c (patch)
treecf14f8fc4c531a08512050b5bd4f9b3d01b87ad8 /docs/docs.css
parenta03de99b63cd76edd191de05d85147518842cafc (diff)
everything now working with blocks not returning values
Diffstat (limited to 'docs/docs.css')
-rw-r--r--docs/docs.css11
1 files changed, 11 insertions, 0 deletions
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;
+}
+