Darkness Update (0.3.4)

This commit is contained in:
LightSaveUs
2022-10-12 02:00:01 +03:00
committed by GitHub
parent 0b3c0b4634
commit 5cf43ab6d1

View File

@@ -1,7 +1,7 @@
/*
Name: Darkness
Author: LightSaveUs
Version: 0.3.3
Version: 0.3.4
Description: A theme inspired by the AI Dungeon interface.
*/
@@ -272,6 +272,10 @@ span.material-icons-outlined.cursor.search_icon {
color: #848484 !important;
}
.collapsable_header .material-icons-outlined {
transform: translateY(7px) translateX(4px);
}
.material-icons-outlined:hover {
filter: brightness(100%) !important;
}
@@ -356,7 +360,6 @@ a {
background-color: #424243 !important;
}
/* Tabs */
.tabrow span {
@@ -380,6 +383,14 @@ a {
font-family: helvetica !important;
}
/* Tooltips */
.tooltip-standard {
border: none !important;
color: #e0e0e0 !important;
background-color: #3b3b3b !important;
}
/* World Info */
.world_info_text {