chore: remove unused styles

This commit is contained in:
Cory Dransfeldt 2024-01-01 15:26:34 -08:00
parent 10617a45ae
commit af136097df
No known key found for this signature in database
2 changed files with 2 additions and 10 deletions

View file

@ -81,7 +81,6 @@ export default async function (eleventyConfig) {
level: [1, 2],
permalink: markdownItAnchor.permalink.headerLink({
safariReaderFix: true,
class: 'header-anchor',
}),
})
md.use(markdownItFootnote)

View file

@ -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);