aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-07-16 22:09:51 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-07-16 22:09:51 -0400
commit29e2d1656b4e91ad58344e283906b55e5496b3c6 (patch)
treee6c848e35f18430cf66ce41a58d7769cc77c013b /doc/style.css
parentcda7eb24f91daaa3b1f9e5999c3948b4f3cd3133 (diff)
Github Pages uses docs/, not doc/
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css60
1 files changed, 0 insertions, 60 deletions
diff --git a/doc/style.css b/doc/style.css
deleted file mode 100644
index 87566276..00000000
--- a/doc/style.css
+++ /dev/null
@@ -1,60 +0,0 @@
-body{
- color: #0a0a0a;
- margin: 1em auto;
- max-width: 46em;
- padding: 0 0.62em;
- line-height: 1.6;
-}
-h1,h2,h3 {
- line-height:1.2;
-}
-
-table {
- border-spacing: 0;
- border-collapse: collapse;
-}
-table td, th {
- padding: 0.4em 0.9em;
- border: 1px solid #939b97;
-}
-table th {
- background-color: #eaeeee;
- border-bottom-color: #5a5f5d;
-}
-
-pre,code {
- background-color: #e3e7e7;
- color: #292929;
- border: 1px solid #bdcac4;
- letter-spacing: 0.2;
-}
-code {
- padding: 0.15em 0.1em 0.05em;
- white-space: nowrap;
- border-width: 0.3px;
-}
-pre {
- font-family: monospace;
- margin: 1.6em 0;
- padding: 0.8em;
- font-size:1.16em;
- line-height: 1.4;
-}
-.Value { color: #1f2020; }
-.Function { color: #1f7229; }
-.Modifier { color: #7b3b60; }
-.Composition{ color: #857614; }
-.Gets { color: #16170a; }
-.Paren { color: #585f5b; }
-.Ligature,
-.Separator,
-.Bracket { color: #30241f; }
-.Brace { color: #9130ad; }
-.Nothing,
-.Number { color: #6f251f; }
-.Comment { color: #32328b; }
-.String { color: #2d7583; }
-.Result { color: #292929; }
-
-a:link { color: #0b39dc; }
-a:visited { color: #3d155f; }