mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Darkness Update (0.3.4)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
Name: Darkness
|
Name: Darkness
|
||||||
Author: LightSaveUs
|
Author: LightSaveUs
|
||||||
Version: 0.3.3
|
Version: 0.3.4
|
||||||
Description: A theme inspired by the AI Dungeon interface.
|
Description: A theme inspired by the AI Dungeon interface.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -272,6 +272,10 @@ span.material-icons-outlined.cursor.search_icon {
|
|||||||
color: #848484 !important;
|
color: #848484 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.collapsable_header .material-icons-outlined {
|
||||||
|
transform: translateY(7px) translateX(4px);
|
||||||
|
}
|
||||||
|
|
||||||
.material-icons-outlined:hover {
|
.material-icons-outlined:hover {
|
||||||
filter: brightness(100%) !important;
|
filter: brightness(100%) !important;
|
||||||
}
|
}
|
||||||
@@ -356,7 +360,6 @@ a {
|
|||||||
background-color: #424243 !important;
|
background-color: #424243 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Tabs */
|
/* Tabs */
|
||||||
|
|
||||||
.tabrow span {
|
.tabrow span {
|
||||||
@@ -380,6 +383,14 @@ a {
|
|||||||
font-family: helvetica !important;
|
font-family: helvetica !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Tooltips */
|
||||||
|
|
||||||
|
.tooltip-standard {
|
||||||
|
border: none !important;
|
||||||
|
color: #e0e0e0 !important;
|
||||||
|
background-color: #3b3b3b !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* World Info */
|
/* World Info */
|
||||||
|
|
||||||
.world_info_text {
|
.world_info_text {
|
||||||
|
Reference in New Issue
Block a user