diff --git a/.eleventy.js b/.eleventy.js index abad1ba..8160ab3 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -5,15 +5,15 @@ const markdownIt = require('markdown-it'); const markdownItClass = require('@toycode/markdown-it-class'); const markdownClassMapping = { - h1: ['text-4xl'], + h1: ['hide'], h2: ['text-3xl'], h3: ['text-2xl'], h4: ['text-xl'], h5: ['text-lg'], h6: ['font-bold'], a: ['text-blue-300', 'hover:underline'], - p: ['mb-2'], - img: ['max-w-lg'], + p: ['mb-2', 'text-gray-500'], + img: ['max-w-lg', 'rounded-lg', 'my-8'], }; module.exports = function(eleventyConfig) { diff --git a/_includes/base-footer.html b/_includes/base-footer.html index 353727e..439c196 100644 --- a/_includes/base-footer.html +++ b/_includes/base-footer.html @@ -1,4 +1,4 @@ -