about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-12-15 18:07:11 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-12-15 18:07:11 +0100
commit88b8ea96c8769645426c4afdcd3daa725a1ff82f (patch)
tree194a12f9196438ca0a3ef7a720d5fcc4be635ad3
parent3115a08e82b70390320b90f5a9ff51d4173e8d1b (diff)
feat(doc): style blockquote
-rw-r--r--doc/web.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/web.nix b/doc/web.nix
index ca2975c..cfc77cb 100644
--- a/doc/web.nix
+++ b/doc/web.nix
@@ -83,6 +83,12 @@ let
       max-width: 100%;
     }
 
+    blockquote {
+      border-left: 5px solid #efefef;
+      margin-left: 0;
+      padding-left: 10px;
+    }
+
     /* man page related */
     table.head, table.foot {
       width: 100%;