mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-07 15:43:49 +00:00
UI: Improve message action icon visibility in light mode
This commit is contained in:
parent
41bce3f4de
commit
8cb7fe9c47
1 changed files with 2 additions and 3 deletions
|
|
@ -1428,12 +1428,11 @@ audio {
|
|||
}
|
||||
|
||||
.footer-button svg {
|
||||
stroke: rgb(156 163 175);
|
||||
transition: stroke 0.2s;
|
||||
stroke: rgb(107 114 128);
|
||||
}
|
||||
|
||||
.footer-button:hover svg {
|
||||
stroke: rgb(107 114 128);
|
||||
stroke: rgb(64 64 64);
|
||||
}
|
||||
|
||||
.dark .footer-button svg {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue