summaryrefslogtreecommitdiff
path: root/src/css/custom/blockquotes.less
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-02-05 09:55:25 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-04-01 07:26:50 +0200
commitc455896ae9e69e2498742ff795e7886dee1ffa23 (patch)
tree62a7353cbd1b14b4dd93b453f1f38cfe533c66ec /src/css/custom/blockquotes.less
parent32acfbf6bf21d52e987d1b7599128f75b759ab28 (diff)
Move source files into src
Diffstat (limited to 'src/css/custom/blockquotes.less')
-rw-r--r--src/css/custom/blockquotes.less18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/css/custom/blockquotes.less b/src/css/custom/blockquotes.less
new file mode 100644
index 0000000..3984472
--- /dev/null
+++ b/src/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;
+ }
+}