From ccc435d9505eee4f8b44a95f1bb8732a3e357b40 Mon Sep 17 00:00:00 2001 From: Dmitry Vasilev Date: Thu, 1 Feb 2024 23:23:26 +0800 Subject: [PATCH] bolder selection --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 13bc40e..9b4b860 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,7 @@ :root { --shadow_color: rgb(171 200 214); + --active_color: rgb(173, 228, 253); } html, body, .app { @@ -156,7 +157,7 @@ } .logs .log.active { - background-color: rgb(225, 244, 253); + background-color: var(--active_color); } .tab_content { @@ -168,7 +169,7 @@ margin-left: 1em; } .callnode .active { - background-color: rgb(225, 244, 253); + background-color: var(--active_color); } .call_el { cursor: pointer; @@ -229,7 +230,7 @@ } .files .file_title.active { - background-color: rgb(225, 244, 253); + background-color: var(--active_color); } .files .file_title .select_entrypoint {