mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
add placeholder dark mode
This commit is contained in:
parent
90bcf45b7b
commit
8eacd26573
@ -322,6 +322,12 @@ input[type='number'] {
|
||||
@apply line-clamp-1 absolute;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.ProseMirror p.is-editor-empty:first-child::before {
|
||||
color: #757575;
|
||||
}
|
||||
}
|
||||
|
||||
.ai-autocompletion::after {
|
||||
color: #a0a0a0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user