summaryrefslogtreecommitdiff
path: root/content_template.pandoc
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2018-01-01 19:24:21 -0800
committeriximeow <me@iximeow.net>2018-01-01 19:24:21 -0800
commitef04a36884d3dac175577f46d0807e3b4ff4c0f0 (patch)
tree20d93a022ea98f3240259a03c4b3cb79d8860c9b /content_template.pandoc
parent19d0ceb8e6f73ff98757772ad6eaefaaece3b56f (diff)
put generated files in gitignore, adjust background color for backticked regions (code tags) and clip out source/ from generated paths
Diffstat (limited to 'content_template.pandoc')
-rw-r--r--content_template.pandoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/content_template.pandoc b/content_template.pandoc
index dc733b4..589eb25 100644
--- a/content_template.pandoc
+++ b/content_template.pandoc
@@ -7,6 +7,9 @@
<style>
body { background-color: #d7d7dd; }
+ code {
+ background-color: #ccc4c4;
+ }
.content {
margin: auto;
width: 80%