mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-07 07:33:47 +00:00
UI: Soften message action icons in light mode
This commit is contained in:
parent
ee917cd5ed
commit
e8b31c063a
1 changed files with 2 additions and 2 deletions
|
|
@ -1428,11 +1428,11 @@ audio {
|
|||
}
|
||||
|
||||
.footer-button svg {
|
||||
stroke: rgb(107 114 128);
|
||||
stroke: rgb(140 140 148);
|
||||
}
|
||||
|
||||
.footer-button:hover svg {
|
||||
stroke: rgb(64 64 64);
|
||||
stroke: rgb(107 114 128);
|
||||
}
|
||||
|
||||
.dark .footer-button svg {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue