mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Unicorn Update (0.3.4)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
Name: Unicorn
|
||||
Author: LightSaveUs
|
||||
Version: 0.3.3
|
||||
Version: 0.3.4
|
||||
Description: A theme inspired by the DreamilyAI interface.
|
||||
*/
|
||||
|
||||
@@ -302,6 +302,23 @@ span.material-icons-outlined.cursor.search_icon {
|
||||
filter: brightness(100%) !important;
|
||||
}
|
||||
|
||||
|
||||
.substitution-card > .card-left > .material-icons-outlined {
|
||||
color: #999 !important;
|
||||
}
|
||||
|
||||
.substitution-card > .card-left > .material-icons-outlined:hover {
|
||||
color: #464646 !important;
|
||||
}
|
||||
|
||||
.true-t + label::before {
|
||||
color: #999 !important;
|
||||
}
|
||||
|
||||
.true-t:checked + label::before {
|
||||
color: #dc6872 !important;
|
||||
}
|
||||
|
||||
/* Import */
|
||||
|
||||
a {
|
||||
@@ -310,6 +327,7 @@ a {
|
||||
|
||||
.form-control {
|
||||
border: none;
|
||||
color: #e26771 !important;
|
||||
transform: translateX(6px)!important;
|
||||
background-color: #e2e2e2 !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user