Skip to content

Commit

Permalink
fix(apidoc): update colors to match theme
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriPro committed Sep 11, 2024
1 parent e56fe64 commit fc2a961
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/views/ApiDocumentationPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -343,4 +343,13 @@ export default defineComponent({
}
}
}
.documentation-display {
--kui-color-background: var(--section_colors-body);
--kui-font-family-text: var(--font-family-sans);
--kui-color-text: var(--text_colors-primary);
--kui-color-text-primary: var(--text_colors-link);
--kui-color-text-primary-stronger: var(--text_colors-accent);
--kui-color-background-neutral-weaker: var(--section_colors-accent);
}
</style>

0 comments on commit fc2a961

Please sign in to comment.