Skip to content

Commit c79b35d

Browse files
authored
fix: make chatlog readable in dark mode (#9995)
1 parent a007f50 commit c79b35d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

client/components/ChatLog.vue

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,18 @@ onMounted(() => {
159159
}
160160
}
161161
}
162+
163+
[data-bs-theme="dark"] .chatlog {
164+
.n-timeline-item-content__title {
165+
color: #d63384 !important;
166+
}
167+
168+
.n-timeline-item-content__content {
169+
color: #fff !important;
170+
}
171+
172+
.n-timeline-item-content__meta {
173+
color: #0569ffd9 !important;
174+
}
175+
}
162176
</style>

0 commit comments

Comments
 (0)