aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-01-03 23:45:51 +0530
committerArun Isaac2022-01-03 23:45:51 +0530
commit0817e8d2e0f3565a2edfe838d802ac1d7b7eeaa6 (patch)
treee2252bfccdf2133095e1c480bb66a82fa283a975
parent082e602720fc0c0e7f69e323c6e25ec79c525ed4 (diff)
downloadkolam-0817e8d2e0f3565a2edfe838d802ac1d7b7eeaa6.tar.gz
kolam-0817e8d2e0f3565a2edfe838d802ac1d7b7eeaa6.tar.lz
kolam-0817e8d2e0f3565a2edfe838d802ac1d7b7eeaa6.zip
website: Add CSS.
* website/style.css: New file.
-rw-r--r--website/style.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/website/style.css b/website/style.css
new file mode 100644
index 0000000..4f310ce
--- /dev/null
+++ b/website/style.css
@@ -0,0 +1,29 @@
+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;
+}
+
+code {
+ padding-left: 0.2em;
+ padding-right: 0.2em;
+}
+
+/* Make the SVG badges clickable. */
+object {
+ pointer-events: none;
+}
+
+img {
+ max-width: 100%;
+}