Nostalgia Update (0.2.4)

This commit is contained in:
LightSaveUs
2022-10-12 02:02:37 +03:00
committed by GitHub
parent a729f8e5f5
commit 58f961b8a5

View File

@@ -1,7 +1,7 @@
/* /*
Name: Nostalgia Name: Nostalgia
Author: LightSaveUs Author: LightSaveUs
Version: 0.2.3 Version: 0.2.4
Description: A theme inspired by the previous KoboldAI interface. Description: A theme inspired by the previous KoboldAI interface.
*/ */
@@ -261,6 +261,10 @@
/* Icons */ /* Icons */
.collapsable_header .material-icons-outlined {
transform: translateY(7px) translateX(4px);
}
.substitution-card > .card-left > .material-icons-outlined { .substitution-card > .card-left > .material-icons-outlined {
color: #999 !important; color: #999 !important;
} }
@@ -374,6 +378,13 @@ div#settings_footer.settings_footer {
background-color: #294f71 !important; background-color: #294f71 !important;
} }
/* Tooltips */
.tooltip-standard {
border-color: #3379b7 !important;
background-color: #1f2931 !important;
}
/* World Info */ /* World Info */
.world_info_tag_area { .world_info_tag_area {