Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8c0ac47

Browse filesBrowse files
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 | | - | - | | ![before_dark](https://github.com/symfony/symfony/assets/1359581/a01633d4-c0e5-45fd-b158-8f007bd22144) | ![after_dark](https://github.com/symfony/symfony/assets/1359581/ebacc787-b049-435e-9615-eead19743f39) | ( Thank you again `@javiereguiluz` ) Commits ------- eae4ec9 [DX] Use Symfony "dark-mode"-responsive logo in README
2 parents f53e4ae + eae4ec9 commit 8c0ac47
Copy full SHA for 8c0ac47

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center"><a href="https://symfony.com" target="_blank">
2-
<img src="https://symfony.com/logos/symfony_black_02.svg">
2+
<img src="https://symfony.com/logos/symfony_dynamic_01.svg" alt="Symfony Logo">
33
</a></p>
44

55
[Symfony][1] is a **PHP framework** for web and console applications and a set

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.