Skip to content

Commit

Permalink
fix: snippet option text (directus#19066)
Browse files Browse the repository at this point in the history
  • Loading branch information
estheragbaje committed Jul 5, 2023
1 parent 62ee2d3 commit 816f7dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/.vitepress/components/SnippetToggler.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ onBeforeMount(() => {
font-size: 12px;
padding-inline-end: 20px;
}
.snippet-toggler-header-lang option {
color: var(--vp-c-black);
}
.snippet-toggler-header-lang:focus {
outline: none;
Expand Down

0 comments on commit 816f7dc

Please sign in to comment.