Commit 8c0ac47
committed
minor symfony#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 symfony#53105
| License | MIT
Following symfony#53105 `@javiereguiluz` [uploaded](symfony#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 README1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments