mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-02-05 15:24:18 +01:00
Small style improvements
This commit is contained in:
parent
eb0ab9db1d
commit
f81b1540ca
|
|
@ -269,7 +269,7 @@ button {
|
|||
|
||||
.dark .pretty_scrollbar::-webkit-scrollbar-thumb,
|
||||
.dark .pretty_scrollbar::-webkit-scrollbar-thumb:hover {
|
||||
background: rgb(255 255 255 / 10%);
|
||||
background: rgb(255 255 255 / 6.25%);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -74,8 +74,10 @@ if not shared.args.old_colors:
|
|||
body_background_fill="white",
|
||||
block_background_fill="transparent",
|
||||
body_text_color='rgb(64, 64, 64)',
|
||||
button_secondary_background_fill="#f4f4f4",
|
||||
button_secondary_background_fill="white",
|
||||
button_secondary_border_color="var(--border-color-primary)",
|
||||
input_shadow="none",
|
||||
button_shadow_hover="none",
|
||||
|
||||
# Dark Mode Colors
|
||||
input_background_fill_dark='var(--darker-gray)',
|
||||
|
|
|
|||
Loading…
Reference in a new issue