/* Custom Frames - Duotone Make custom frames appear duotone before interaction https://github.com/replete/obsidian-minimal-theme-css-snippets */ .custom-frames-view webview:not(:hover) { filter:grayscale() brightness(1) contrast(1.7); } /* Light themes */ .theme-light.minimal-default-light .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-atom-light .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-ayu-light .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-catppuccin-light .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-everforest-light .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-gruvbox-light .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-macos-light .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-nord-light .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-notion-light .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-rose-pine-light .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-solarized-light .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-things-light .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } /* Dark themes */ .theme-dark.minimal-default-dark .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-atom-dark .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-ayu-dark .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-catppuccin-dark .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); /* removed .2 from light values text overlay legibility */ } .theme-dark.minimal-dracula-dark .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-everforest-dark .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-gruvbox-dark .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-macos-dark .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-nord-dark .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-notion-dark .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-rose-pine-dark .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-solarized-dark .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-things-dark .custom-frames-view:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); }