summaryrefslogtreecommitdiff
path: root/css/custom/blockquotes.less
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.work>2018-08-16 01:04:34 +0200
committerPatrick Spek <p.spek@tyil.work>2018-08-16 01:04:34 +0200
commitdb9090f75fc2696b31dfdf8eb5e2a5f8eaad6e7e (patch)
treecaef85e3c3e49868ad6bccf5c17ec9636c3a789b /css/custom/blockquotes.less
parenta70742e1376ddaa3e9dcf1ae4d0b7516d4b70a0a (diff)
Update CSS
Diffstat (limited to 'css/custom/blockquotes.less')
-rw-r--r--css/custom/blockquotes.less18
1 files changed, 18 insertions, 0 deletions
diff --git a/css/custom/blockquotes.less b/css/custom/blockquotes.less
new file mode 100644
index 0000000..3984472
--- /dev/null
+++ b/css/custom/blockquotes.less
@@ -0,0 +1,18 @@
+@import "../variables.less";
+
+.quoteblock {
+ width: 90%;
+ margin: 0 auto;
+ border-left: double black;
+ padding: 0.5em;
+ background-color: @blockBackgroundColor;
+
+ blockquote {
+ font-style: italic;
+ }
+
+ div.attribution {
+ text-align: right;
+ margin-right: 1em;
+ }
+}