summaryrefslogtreecommitdiff
path: root/src/css/custom/blockquotes.less
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-12-15 10:45:58 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-12-15 10:45:58 +0100
commit5c086bc52fa3a226bcf706b1f420a5d98ea377dd (patch)
treeda5b28238542247efbe36c49cbc6cfd4e49f3e36 /src/css/custom/blockquotes.less
parent64e0495846f8b680288280920cba6bcb28e4092f (diff)
Redo most of the blog in Hugo
Missing posts will have to be added later
Diffstat (limited to 'src/css/custom/blockquotes.less')
-rw-r--r--src/css/custom/blockquotes.less18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/css/custom/blockquotes.less b/src/css/custom/blockquotes.less
deleted file mode 100644
index 3984472..0000000
--- a/src/css/custom/blockquotes.less
+++ /dev/null
@@ -1,18 +0,0 @@
-@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;
- }
-}