diff --git a/.eleventy.js b/.eleventy.js index 87affaeb..aedf6c16 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -81,7 +81,6 @@ export default async function (eleventyConfig) { level: [1, 2], permalink: markdownItAnchor.permalink.headerLink({ safariReaderFix: true, - class: 'header-anchor', }), }) md.use(markdownItFootnote) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 36f24ac2..f889a267 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -11,6 +11,7 @@ --blue-800: #1e55af; --blue-900: #1e478a; --blue-950: #172e54; + --gray-50: #f6f7f8; --gray-100: #eaecef; --gray-200: #d9dee4; @@ -22,6 +23,7 @@ --gray-800: #5a6173; --gray-900: #4b515d; --gray-950: #30333b; + --white: #fff; --black: #000; @@ -161,7 +163,6 @@ a > svg:active { } strong, -h2 > a.header-anchor, .pill--button, .media__grid .item__meta-text .header { font-weight: 700; @@ -410,14 +411,6 @@ footer .links__secondary span { margin-right: .375rem; } -.header-anchor { - text-decoration: none !important; -} - -h1 > a.header-anchor { - font-weight: 900; -} - .highlight-text { padding: .125rem; background-color: var(--blue-600);