feat(ui-docs): add default colors to vitepress docs container
This commit is contained in:
parent
50edbf0cfa
commit
03373cba95
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue