We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbf75e commit 9e18c40Copy full SHA for 9e18c40
.vitepress/theme/components/Sponsors.vue
@@ -23,7 +23,7 @@ onMounted(() => {
23
}
24
25
.sponsors .wwads-text {
26
- color: var(--vp-c-bg) !important;
+ color: var(--vp-c-text-1) !important;
27
transition-property: color;
28
transition-duration: 500ms;
29
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
0 commit comments