You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #53676 Use Symfony "dark-mode"-responsive logo in README (smnandre)
This PR was submitted for the 7.1 branch but it was merged into the 5.4 branch instead.
Discussion
----------
Use Symfony "dark-mode"-responsive logo in README
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | Fix#53105
| License | MIT
Following #53105 `@javiereguiluz` [uploaded](#53105 (comment)) a Symfony "dynamic" logo, featuring a color scheme that adapts to user preferences.
This enhancement allows the README's logo to appear sharper and cleaner in dark mode (on Github.com, in PHPStorm, ...)
```diff
<svg>
<style>
+ `@media` (prefers-color-scheme: dark) {
+ .symfony-logo-circle, .symfony-logo-letter { fill: #fff; }
+ .symfony-logo-circle-letters { fill: #000; }
}
</style>
<!-- SVG code -->
</svg>
```
| Before | After |
| - | - |
|  |  |
( Thank you again `@javiereguiluz` )
Commits
-------
eae4ec9 [DX] Use Symfony "dark-mode"-responsive logo in README
0 commit comments