matrix-org / vodozemac

An implementation of Olm and Megolm in pure Rust.
Apache License 2.0
175 stars 30 forks source link

fix(doc): Improve appearance of logo against a dark background #177

Closed andybalaam closed 2 months ago

andybalaam commented 2 months ago

The border of the Zemi image faded out to white, which left a halo when viewed against a dark background. This change makes it fade out to transparent.

Before:

image

After:

image

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.35%. Comparing base (dbe0234) to head (9c8dd44).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #177 +/- ## ======================================= Coverage 90.35% 90.35% ======================================= Files 34 34 Lines 1907 1907 ======================================= Hits 1723 1723 Misses 184 184 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.