diff --git a/manifest.json b/manifest.json index 66c6a0d..61dab76 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Catppuccin", - "version": "0.2.14", + "version": "0.3.0", "minAppVersion": "1.0.0", "author": "Marshall Beckrich", "authorUrl": "https://github.com/catppuccin/obsidian" diff --git a/theme.css b/theme.css index c64acd3..c8d36ba 100644 --- a/theme.css +++ b/theme.css @@ -2472,7 +2472,6 @@ button.mod-cta:hover { .ctp-full-palette .mod-right-split .workspace-tab-header:hover svg { color: var(--text-on-accent); } - .theme-dark:not(.css-settings-manager) .workspace-tab-header:not(.is-active):hover .workspace-tab-header-inner, .theme-light:not(.css-settings-manager) .workspace-tab-header:not(.is-active):hover .workspace-tab-header-inner, .ctp-full-palette .workspace-tab-header:not(.is-active):hover .workspace-tab-header-inner { @@ -2503,13 +2502,6 @@ button.mod-cta:hover { .ctp-full-palette .mod-vertical .workspace-tabs.mod-stacked .workspace-tab-header:not(.is-active):hover .workspace-tab-header-inner .workspace-tab-header-inner-title { color: rgb(var(--ctp-pink)); } - -.theme-dark:not(.css-settings-manager) .workspace-tab-header:not(.is-active):hover .workspace-tab-header-inner, -.theme-light:not(.css-settings-manager) .workspace-tab-header:not(.is-active):hover .workspace-tab-header-inner, -.ctp-full-palette .workspace-tab-header:not(.is-active):hover .workspace-tab-header-inner { - --background-modifier-hover: rgb(var(--ctp-pink)); -} - .theme-dark:not(.css-settings-manager) .suggestion-item.is-selected, .theme-light:not(.css-settings-manager) .suggestion-item.is-selected, .ctp-full-palette .suggestion-item.is-selected {