Nostalgia Update (0.2.3)

This commit is contained in:
LightSaveUs
2022-10-11 20:02:53 +03:00
committed by GitHub
parent 5b17d401e8
commit 43c48aac27

View File

@@ -1,7 +1,7 @@
/* /*
Name: Nostalgia Name: Nostalgia
Author: LightSaveUs Author: LightSaveUs
Version: 0.2.2 Version: 0.2.3
Description: A theme inspired by the previous KoboldAI interface. Description: A theme inspired by the previous KoboldAI interface.
*/ */
@@ -259,6 +259,24 @@
background-color: #212122 !important; background-color: #212122 !important;
} }
/* Icons */
.substitution-card > .card-left > .material-icons-outlined {
color: #999 !important;
}
.substitution-card > .card-left > .material-icons-outlined:hover {
color: #fff !important;
}
.true-t + label::before {
color: #999 !important;
}
.true-t:checked + label::before {
color: #fff !important;
}
/* Import */ /* Import */
a { a {
@@ -267,6 +285,7 @@ a {
.form-control { .form-control {
background-color: #404040 !important; background-color: #404040 !important;
color: #3bf723 !important;
border: none; border: none;
} }