Small style improvements

This commit is contained in:
oobabooga 2025-06-08 15:19:25 -07:00
parent eb0ab9db1d
commit f81b1540ca
2 changed files with 4 additions and 2 deletions

View file

@ -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;
}

View file

@ -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)',