From 7988a75fa14f56daab604108cb8875f860c885cd Mon Sep 17 00:00:00 2001 From: Anubis <102488279+AnubisNekhet@users.noreply.github.com> Date: Wed, 5 Apr 2023 19:57:29 +0530 Subject: [PATCH] build CSS --- obsidian.css | 2 +- theme.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/obsidian.css b/obsidian.css index 533162f..691b3b6 100644 --- a/obsidian.css +++ b/obsidian.css @@ -3575,7 +3575,7 @@ input.slider, /*-Suggestion selected item bg fix-*/ .suggestion-item.is-selected { - background-color: var(--background-secondary); + background-color: rgba(var(--ctp-text), 0.075); } .mod-community-theme .modal-content .community-modal-details .community-modal-info summary h1:first-child, .mod-community-theme .modal-content .community-modal-details .community-modal-info summary h2:first-child, .mod-community-theme .modal-content .community-modal-details .community-modal-info summary h3:first-child, .mod-community-theme .modal-content .community-modal-details .community-modal-info summary h4:first-child, .mod-community-theme .modal-content .community-modal-details .community-modal-info summary h5:first-child, .mod-community-theme .modal-content .community-modal-details .community-modal-info summary h6:first-child { diff --git a/theme.css b/theme.css index 9b168f9..a71697a 100644 --- a/theme.css +++ b/theme.css @@ -3575,7 +3575,7 @@ input.slider, /*-Suggestion selected item bg fix-*/ .suggestion-item.is-selected { - background-color: var(--background-secondary); + background-color: rgba(var(--ctp-text), 0.075); } .mod-community-theme .modal-content .community-modal-details .community-modal-info summary h1:first-child, .mod-community-theme .modal-content .community-modal-details .community-modal-info summary h2:first-child, .mod-community-theme .modal-content .community-modal-details .community-modal-info summary h3:first-child, .mod-community-theme .modal-content .community-modal-details .community-modal-info summary h4:first-child, .mod-community-theme .modal-content .community-modal-details .community-modal-info summary h5:first-child, .mod-community-theme .modal-content .community-modal-details .community-modal-info summary h6:first-child {