Merge pull request #350 from ollama-webui/theme-fix

fix: theme styling issue
This commit is contained in:
Timothy Jaeryang Baek 2024-01-02 04:37:41 -05:00 committed by GitHub
commit cb93038abf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,11 +80,11 @@
color: #e0def4 !important; color: #e0def4 !important;
} }
#dropdownDots { .rose-pine-dawn #dropdownDots {
background-color: #dfdad9; background-color: #dfdad9;
} }
.flex.py-2\.5.px-3\.5.w-full.hover\:bg-gray-800.transition:hover { .rose-pine-dawn .flex.py-2\.5.px-3\.5.w-full.hover\:bg-gray-800.transition:hover {
background: #cecacd; background: #cecacd;
} }