mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
add text high contrast mode for accessibility
This commit is contained in:
parent
1af128fb24
commit
5211602c2f
1 changed files with 4 additions and 1 deletions
|
|
@ -90,7 +90,10 @@
|
|||
</div>
|
||||
|
||||
<div class="my-1.5">
|
||||
<div class="text-xs text-gray-500">
|
||||
<div
|
||||
class={`text-xs
|
||||
${($settings?.highContrastMode ?? false) ? 'text-gray-800 dark:text-gray-100' : 'text-gray-500'}`}
|
||||
>
|
||||
{$i18n.t('Connect to your own OpenAPI compatible external tool servers.')}
|
||||
<br />
|
||||
{$i18n.t(
|
||||
|
|
|
|||
Loading…
Reference in a new issue