mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-07 08:27:05 +00:00
refac
This commit is contained in:
parent
6c2e0d3fe8
commit
d5e35ea6f4
1 changed files with 2 additions and 1 deletions
|
|
@ -888,7 +888,8 @@ body {
|
|||
color: var(--color-gray-700);
|
||||
}
|
||||
|
||||
html:where(.high-contrast).dark :is(.dark\:text-gray-400, .dark\:text-gray-500, .dark\:text-gray-600) {
|
||||
html:where(.high-contrast).dark
|
||||
:is(.dark\:text-gray-400, .dark\:text-gray-500, .dark\:text-gray-600) {
|
||||
color: var(--color-gray-300);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue