Update koboldai.css

This commit is contained in:
LightSaveUs
2022-10-27 21:19:08 +03:00
committed by GitHub
parent 01730e51a0
commit 50498b1a02

View File

@@ -1626,14 +1626,13 @@ body {
grid-area: file;
}
.popup .item{
.popup .item {
width: 98%;
background-color: var(--popup_item_color);
color: var(--popup_item_color_text);
margin: 5px 0 5px 1%;
border-radius: var(--radius_item_popup);
padding: 2px;
}
.popup .item:hover {
@@ -1699,7 +1698,7 @@ body {
}
#error_message .popup_load_cancel{
#error_message .popup_load_cancel {
background-color: var(--error_title);
color: var(--error_title_text);
}