diff --git a/.eleventy.js b/.eleventy.js index b90d5d1..1294458 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -5,15 +5,20 @@ const markdownIt = require('markdown-it'); const markdownItClass = require('@toycode/markdown-it-class'); const markdownClassMapping = { - h1: ['hide'], + // h1: ['hide'], h2: ['text-3xl', 'mt-6'], h3: ['text-2xl', 'mt-4'], h4: ['text-xl', 'mt-2'], h5: ['text-lg', 'mt-2'], h6: ['font-bold', 'mt-2'], - blockquote: ['border-l-4', 'border-gray-200', 'pl-2'], - a: ['text-pink-700', 'hover:underline', 'focus:text-white', 'focus:bg-pink-700', 'focus:outline-link'], - p: ['mb-2', 'text-gray-500'], + blockquote: ['border-l-4', 'border-slate-900', 'px-4'], + a: [ + 'text-slate-200', 'underline', + 'hover:text-white', 'hover:bg-rose-950', 'hover:outline', 'hover:outline-width-1', 'hover:outline-rose-950', + 'active:text-white', 'active:bg-rose-900', 'active:outline', 'active:outline-width-1', 'active:outline-rose-900', + 'focus:text-white', 'focus:bg-rose-900', 'focus:outline', 'focus:outline-width-1', 'focus:outline-rose-900' + ], + p: ['mb-2', 'text-slate-400', 'leading-7'], img: ['max-w-full', 'rounded-lg', 'max-h-600px'], ul: ['list-disc', 'ml-4'], }; diff --git a/_includes/base-header.html b/_includes/base-header.html index 02fa962..ff12807 100644 --- a/_includes/base-header.html +++ b/_includes/base-header.html @@ -22,88 +22,19 @@ - - - - -
-