Skip to content

Commit 5a2b8b8

Browse files
yuluo-yxszedan-rh
authored andcommitted
fix: fixed the font display issue on the team page in dark mode. (vllm-project#689)
Signed-off-by: yuluo-yx <[email protected]>
1 parent e32ada2 commit 5a2b8b8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

website/src/pages/community/team.module.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,19 @@
216216
transform: translateY(-2px);
217217
}
218218

219+
/* Dark mode enhancement for join button */
220+
[data-theme='dark'] .joinButton {
221+
background: var(--ifm-color-primary-light);
222+
color: var(--ifm-color-gray-100);
223+
border: 2px solid var(--ifm-color-primary-lighter);
224+
}
225+
226+
[data-theme='dark'] .joinButton:hover {
227+
background: var(--ifm-color-primary-lighter);
228+
color: white;
229+
border-color: var(--ifm-color-primary-lightest);
230+
}
231+
219232
.recognitionCard {
220233
background: var(--ifm-background-surface-color);
221234
border: 1px solid var(--ifm-color-emphasis-200);

0 commit comments

Comments
 (0)