Browse Source

Bugfix/dark mode in logo carousel component (#5758)

* Fix dark mode

* Update changelog
pull/5764/head
Thomas Kaul 3 days ago
committed by GitHub
parent
commit
3caa3c010e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 18
      libs/ui/src/lib/logo-carousel/logo-carousel.component.scss

1
CHANGELOG.md

@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Respected the include indices flag in the search functionality of the _Financial Modeling Prep_ service
- Fixed an issue where the scroll position was not restored when changing pages
- Fixed the dark mode in the _As seen in_ section on the landing page
## 2.208.0 - 2025-10-11

18
libs/ui/src/lib/logo-carousel/logo-carousel.component.scss

@ -194,19 +194,13 @@
);
}
.logo-carousel-track {
.logo-carousel-item {
.logo {
&.logo-alternative-to,
&.logo-dev-community,
&.logo-hacker-news,
&.logo-openalternative,
&.logo-privacy-tools,
&.logo-reddit,
&.logo-sackgeld,
&.logo-selfh-st,
&.logo-sourceforge,
&.logo-umbrel,
&.logo-unraid {
background-color: rgba(var(--light-primary-text));
&.mask {
background-color: rgba(var(--light-secondary-text));
}
}
}
}
}

Loading…
Cancel
Save