Skip to content

Commit

Permalink
fix more a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed May 5, 2022
1 parent b6f0e52 commit 77bcabf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
--docusaurus-highlighted-code-line-bg: rgb(0 0 0 / 10%);
/* Use a darker color to ensure contrast, ideally we don't need important */
--ifm-breadcrumb-color-active: var(--ifm-color-primary-darker) !important;
--ifm-menu-color-active: var(--ifm-color-primary-darker) !important;
}

html[data-theme='dark'] {
Expand Down
6 changes: 6 additions & 0 deletions website/src/utils/prismLight.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,11 @@ export default {
color: '#E36209',
},
},
{
types: ['comment'],
style: {
color: '#6B6B6B',
},
},
],
};

0 comments on commit 77bcabf

Please sign in to comment.