summaryrefslogtreecommitdiff
path: root/public/docs/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/docs/style.css')
-rw-r--r--public/docs/style.css19
1 files changed, 8 insertions, 11 deletions
diff --git a/public/docs/style.css b/public/docs/style.css
index c387442..49c72c9 100644
--- a/public/docs/style.css
+++ b/public/docs/style.css
@@ -1,26 +1,23 @@
+h1, h2 { border-bottom: 2px dotted brown }
html { background-color: white; color: black; }
-xmp, pre { background-color: #fafafa; }
-xmp, pre { border: 1px solid gray; }
+pre { background-color: #fafafa; }
+pre { border: 1px solid gray; }
h1, h2, h3 { color: brown; }
-
-pre.wrap, xmp.wrap { white-space: pre-wrap }
-
html { margin: 0; padding: 0; line-height: 1.5; }
body { padding: 0rem 1rem; margin: 0 auto; max-width: 45rem; }
-xmp, pre { min-width: fit-content; }
+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, blockquote, xmp, pre, table { margin: 1rem 0; font-size: 1rem; }
-xmp, pre, tt, code, kbd { font-size: 0.8rem; }
+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; }
-xmp { padding: 0rem 1rem 1rem 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;