From d2f6ef9ed792f07344b10fbc096bac754e6ddbbe Mon Sep 17 00:00:00 2001 From: Cecilia May <90643719+ceciliamay@users.noreply.github.com> Date: Sun, 6 Feb 2022 22:40:57 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Updated=20LYT=20Mode=20to=20v.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- obsidian.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/obsidian.css b/obsidian.css index 47fb7da..4058105 100644 --- a/obsidian.css +++ b/obsidian.css @@ -2023,6 +2023,17 @@ body.lyt-flat-headers .markdown-preview-view h6 code { } /*──────────Style Setting Highlights──────────*/ +body.lyt-gradient-text-highlights .cm-s-obsidian span.cm-highlight.cm-inline-code, +body.lyt-gradient-bg-highlights .cm-s-obsidian span.cm-highlight.cm-inline-code { + -webkit-background-clip: initial; + -webkit-text-fill-color: initial; + + background: var(--background-secondary); + color: var(--md-color-code-white); + filter: drop-shadow(var(--color-highlight-shadow)); + border-radius: var(--scale-2-1); +} + /* Preferred Mode Highlights */ body.lyt-gradient-text-highlights .cm-s-obsidian span.cm-highlight:not(.cm-highlight.cm-inline-code), body.lyt-gradient-text-highlights .markdown-preview-view mark {