feat(ui-docs): add default colors to vitepress docs container

This commit is contained in:
upsiflu 2024-12-18 17:00:13 +01:00
parent 50edbf0cfa
commit 03373cba95
1 changed files with 3 additions and 2 deletions

View File

@ -81,7 +81,7 @@
// Light theme
:is(body.theme-light, html:not(.dark)>body:not(.theme-dark)), .force-light-theme.force-light-theme.force-light-theme {
.default, .funkwhale {
.default, .funkwhale, .VPDoc {
--link-color:var(--fw-blue-400);
--link-hover-color:var(--fw-blue-500);
@ -285,9 +285,10 @@
// Dark theme
:is(body.theme-dark, html.dark>body:not(.theme-light)), .force-dark-theme.force-dark-theme.force-dark-theme {
.default, .funkwhale {
.default, .funkwhale, .VPDoc {
--link-color:var(--fw-gray-300);
--link-hover-color:var(--fw-gray-200);
--color: var(--fw-beige-100);
--background-color: var(--fw-gray-970);
--border-color:var(--fw-gray-700);