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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
8 additions and
13 deletions
-
CHANGELOG.md
-
libs/ui/src/lib/logo-carousel/logo-carousel.component.scss
|
@ -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 |
|
|
- 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 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 |
|
|
## 2.208.0 - 2025-10-11 |
|
|
|
|
|
|
|
|
|
@ -194,19 +194,13 @@ |
|
|
); |
|
|
); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.logo { |
|
|
.logo-carousel-track { |
|
|
&.logo-alternative-to, |
|
|
.logo-carousel-item { |
|
|
&.logo-dev-community, |
|
|
.logo { |
|
|
&.logo-hacker-news, |
|
|
&.mask { |
|
|
&.logo-openalternative, |
|
|
background-color: rgba(var(--light-secondary-text)); |
|
|
&.logo-privacy-tools, |
|
|
} |
|
|
&.logo-reddit, |
|
|
} |
|
|
&.logo-sackgeld, |
|
|
|
|
|
&.logo-selfh-st, |
|
|
|
|
|
&.logo-sourceforge, |
|
|
|
|
|
&.logo-umbrel, |
|
|
|
|
|
&.logo-unraid { |
|
|
|
|
|
background-color: rgba(var(--light-primary-text)); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|