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 eae4ec9

Browse filesBrowse files
smnandrenicolas-grekas
authored andcommitted
[DX] Use Symfony "dark-mode"-responsive logo in README
Following #53105 @javiereguiluz uploaded a Symfony "dynamic" logo, which color scheme depends on user preferences. Thus allowing the README's logo to look sharper and cleaner in dark mode (on Github.com, on PHPStorm, ...) ```diff <svg> <style> .symfony-logo-circle, .symfony-logo-letter { fill: #000; } .symfony-logo-circle-letters { fill: #fff; } + @media (prefers-color-scheme: dark) { + .symfony-logo-circle, .symfony-logo-letter { fill: #fff; } + .symfony-logo-circle-letters { fill: #000; } } </style> <!-- SVG code --> </svg> ```
1 parent f53e4ae commit eae4ec9
Copy full SHA for eae4ec9

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.