summaryrefslogtreecommitdiff
path: root/public/docs
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-05-06 19:58:28 +0200
committerTor Andersson <tor@ccxvii.net>2025-05-06 20:00:03 +0200
commit64f345c56447fb01e73c99827c028f6507a1514b (patch)
treeca294e5418729a964e47b2dd1191dd18d2487054 /public/docs
parentef6892fd6a3c95d7076b0e707f20f38430d8948b (diff)
downloadserver-64f345c56447fb01e73c99827c028f6507a1514b.tar.gz
Docs improvements.
Diffstat (limited to 'public/docs')
-rw-r--r--public/docs/style.css28
1 files changed, 0 insertions, 28 deletions
diff --git a/public/docs/style.css b/public/docs/style.css
deleted file mode 100644
index 49c72c9..0000000
--- a/public/docs/style.css
+++ /dev/null
@@ -1,28 +0,0 @@
-h1, h2 { border-bottom: 2px dotted brown }
-html { background-color: white; color: black; }
-pre { background-color: #fafafa; }
-pre { border: 1px solid gray; }
-h1, h2, h3 { color: brown; }
-html { margin: 0; padding: 0; line-height: 1.5; }
-body { padding: 0rem 1rem; margin: 0 auto; max-width: 45rem; }
-pre { min-width: fit-content; }
-h1, h2, h3 { margin: 2rem 0 1rem 0; padding: 0; font-weight: normal; font-family: sans-serif; }
-h1 { font-size: 1.8rem; }
-h2 { font-size: 1.4rem; }
-h3 { font-size: 1.2rem; }
-p, ul, ol, dl, figure, pre, table { margin: 1rem 0; font-size: 1rem; }
-ul ul, ul ol, ol ol, ol ul { margin: 0 }
-blockquote { margins: 1rem 2rem; font-style: italic; }
-pre, tt, code, kbd { font-size: 0.8rem; }
-pre { padding: 1rem; }
-kbd { background-color: whitesmoke; padding: 0px 4px; border: 1px solid #444; }
-dd { margin-bottom: 0.5rem; }
-hr { margin: 2rem 0; border: none; border-top: 2px dotted brown; }
-article::after {
- display: block;
- margin: 2rem 0;
- color: brown;
- font-size: 1.8rem;
- text-align: center;
- content: "\2766";
-}