summary refs log tree commit diff
path: root/website
diff options
context:
space:
mode:
Diffstat (limited to 'website')
-rw-r--r--website/style.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/website/style.css b/website/style.css
new file mode 100644
index 0000000..a53b9b1
--- /dev/null
+++ b/website/style.css
@@ -0,0 +1,20 @@
+body {
+    margin: 40px auto;
+    max-width: 900px;
+    line-height: 1.6;
+    font-size: 18px;
+    padding: 0 10px;
+}
+
+pre, code {
+    background-color: #f0f0f0;
+}
+
+pre {
+    padding: 1em;
+}
+
+/* Make the SVG badges clickable. */
+object {
+    pointer-events: none;
+}