fix: blockquote accessibility

This commit is contained in:
Cory Dransfeldt 2024-02-01 08:58:48 -08:00
parent c84ab8630a
commit 9e118c83db
No known key found for this signature in database
3 changed files with 2 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "5.0.3",
"version": "5.0.4",
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
"type": "module",
"scripts": {

View file

@ -23,12 +23,11 @@ p {
}
blockquote {
color: var(--gray-medium);
font-weight: 700;
font-size: var(--font-size-lg);
line-height: var(--line-height-lg);
padding-left: .875rem;
border-left: .25rem solid var(--gray-medium);
border-left: .25rem solid var(--text-color);
word-break: break-word;
}

View file

@ -39,7 +39,6 @@
--selection-color: var(--accent-color);
--gray-light: var(--gray-200);
--gray-lighter: var(--gray-50);
--gray-medium: var(--gray-500);
--brand-github: #333;
--brand-proton: #6d4aff;
@ -108,7 +107,6 @@
--accent-color-hover: var(--blue-200);
--gray-light: var(--gray-900);
--gray-lighter: var(--gray-950);
--gray-medium: var(--gray-400);
--brand-github: #f5f5f5;
}
}