Monochrome Update (0.6.3)

This commit is contained in:
LightSaveUs
2022-10-12 01:58:48 +03:00
committed by GitHub
parent 91048cf770
commit 0b3c0b4634

View File

@@ -1,7 +1,7 @@
/* /*
Name: Monochrome Name: Monochrome
Author: LightSaveUs Author: LightSaveUs
Version: 0.6.2 Version: 0.6.3
Description: A theme inspired by the NovelAI interface. Description: A theme inspired by the NovelAI interface.
*/ */
@@ -289,6 +289,10 @@ span.helpicon.material-icons-outlined:hover:not(::after) {
transform: scale(1) !important; transform: scale(1) !important;
} }
.collapsable_header .material-icons-outlined {
transform: translateY(7px) translateX(4px);
}
#context-viewer-close:hover { #context-viewer-close:hover {
transform: scale(1) !important; transform: scale(1) !important;
} }
@@ -392,6 +396,14 @@ a {
font-family: sans-serif !important; font-family: sans-serif !important;
} }
/* Tooltips */
.tooltip-standard {
border: none !important;
color: #e0e0e0 !important;
background-color: #1d2831 !important;
}
/* World Info */ /* World Info */
.tag:hover { .tag:hover {