diff --git a/CHANGELOG.md b/CHANGELOG.md index a2820326..27255c5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ - [#152](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/152) Styling for PhoneTrack - [#166](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/166) Styling for GpxMotion and adjust link colour for PhoneTrack +### Fixed + +- [#218](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/218) Don't invert app icons in app store sidebar + ## 21.0.1 - 2021-02-23 ### Fixed diff --git a/css/apps/_apps.scss b/css/apps/_apps.scss index 71c386bb..40a56e90 100644 --- a/css/apps/_apps.scss +++ b/css/apps/_apps.scss @@ -42,6 +42,12 @@ box-shadow: none !important; } +/* App Store ---------------------------------------------------------------- */ + +.app-settings #app-sidebar-vue .app-sidebar-header__figure { + filter: invert(5%); +} + /* CodeMirror --------------------------------------------------------------- */ .EasyMDEContainer .CodeMirror {