mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Darkness Update (0.3.3)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
Name: Darkness
|
Name: Darkness
|
||||||
Author: LightSaveUs
|
Author: LightSaveUs
|
||||||
Version: 0.3.2
|
Version: 0.3.3
|
||||||
Description: A theme inspired by the AI Dungeon interface.
|
Description: A theme inspired by the AI Dungeon interface.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -276,6 +276,22 @@ span.material-icons-outlined.cursor.search_icon {
|
|||||||
filter: brightness(100%) !important;
|
filter: brightness(100%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.substitution-card > .card-left > .material-icons-outlined {
|
||||||
|
color: #999 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.substitution-card > .card-left > .material-icons-outlined:hover {
|
||||||
|
color: #e0e0e0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.true-t + label::before {
|
||||||
|
color: #999 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.true-t:checked + label::before {
|
||||||
|
color: #e0e0e0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Import */
|
/* Import */
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@@ -284,7 +300,7 @@ a {
|
|||||||
|
|
||||||
.form-control {
|
.form-control {
|
||||||
border: none;
|
border: none;
|
||||||
color: #555 !important;
|
color: #148883 !important;
|
||||||
background-color: #424243 !important;
|
background-color: #424243 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user