aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/resources
diff options
context:
space:
mode:
authorAlec Theriault <alec.theriault@gmail.com>2018-11-12 08:30:53 -0800
committerAlec Theriault <alec.theriault@gmail.com>2018-11-12 08:33:18 -0800
commit8c785e2c46d3e37d14ab7888d96005ea2c69f37f (patch)
tree366c335e9d70d1784547b0cce066f01d4c32799a /haddock-api/resources
parenta7a5ccec3fc44f3f2deab9ba32a5b9fe95aa9f6c (diff)
Add blockquote styling
Matches b71da1feabf33efbbc517ac376bb690b5a604c2f from hackage-server. Fixes #967.
Diffstat (limited to 'haddock-api/resources')
-rw-r--r--haddock-api/resources/html/Linuwial.std-theme/linuwial.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/haddock-api/resources/html/Linuwial.std-theme/linuwial.css b/haddock-api/resources/html/Linuwial.std-theme/linuwial.css
index 5450ae2e..7ae19a93 100644
--- a/haddock-api/resources/html/Linuwial.std-theme/linuwial.css
+++ b/haddock-api/resources/html/Linuwial.std-theme/linuwial.css
@@ -400,6 +400,13 @@ pre + pre {
margin-top: 0.5em;
}
+blockquote {
+ border-left: 3px solid #c7a5d3;
+ background-color: #eee4f1;
+ margin: 0.5em;
+ padding: 0.0005em 0.3em 0.5em 0.5em;
+}
+
.src {
background: #f4f4f4;
padding: 0.2em 0.5em;