diff --git a/src/config/dynamic-theme-fixes.config b/src/config/dynamic-theme-fixes.config index 0ea73f95a2ea..18b4e5920d7d 100644 --- a/src/config/dynamic-theme-fixes.config +++ b/src/config/dynamic-theme-fixes.config @@ -13253,14 +13253,23 @@ INVERT #cloudos-loading-spinner .editor-container .light > svg -.apple-icloud-logo > g > path:first-child -.apple-icloud-logo.dark > g > path:last-child +#.apple-icloud-logo > g > path:first-child +#.apple-icloud-logo.dark > g > path:last-child CSS .cw-pane-container, .reminders { background-image: none !important; } +.homepage-viewport .homepage-gradient-background { + filter: grayscale(0.8) !important; +} +.content > .title { + color: var(--darkreader-neutral-background) !important; +} +.content > .description { + color: var(--darkreader-neutral-background) !important; +} ================================