diff --git a/front/src/style/colors.scss b/front/src/style/colors.scss index 723ded2e7..1aabc6518 100644 --- a/front/src/style/colors.scss +++ b/front/src/style/colors.scss @@ -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);