From 5cf43ab6d1a080b0cdd12ef6ed6c8407b346bbce Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Wed, 12 Oct 2022 02:00:01 +0300 Subject: [PATCH] Darkness Update (0.3.4) --- themes/Darkness.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/themes/Darkness.css b/themes/Darkness.css index c956707a..2880f706 100644 --- a/themes/Darkness.css +++ b/themes/Darkness.css @@ -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 {