Skip to content

Commit 136eb3e

Browse files
committed
fix "your logo" hover color in dark mode
1 parent e6512dc commit 136eb3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vitepress/theme/components/SponsorsGroup.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ onMounted(async () => {
139139
}
140140
.dark .aside .sponsor-item:hover,
141141
.dark .landing .sponsor-item:hover {
142-
background-color: var(--vt-c-white-soft);
142+
color: var(--vt-c-indigo);
143+
background-color: var(--vt-c-white-mute);
143144
}
144145
.dark .sponsor-item:hover img {
145146
filter: none;

0 commit comments

Comments
 (0)