chore: readme logo on dark theme (#23358)
closes https://github.com/frappe/frappe/issues/23352
This commit is contained in:
parent
a5b102dcd2
commit
1a3f39daa0
2 changed files with 9 additions and 6 deletions
5
.github/frappe-framework-logo-dark.svg
vendored
Normal file
5
.github/frappe-framework-logo-dark.svg
vendored
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 5.9 KiB |
10
README.md
10
README.md
|
|
@ -1,10 +1,8 @@
|
|||
<div align="center">
|
||||
<h1>
|
||||
<br>
|
||||
<a href="https://frappeframework.com">
|
||||
<img src=".github/frappe-framework-logo.svg" height="50">
|
||||
</a>
|
||||
</h1>
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset=".github/frappe-framework-logo-dark.svg">
|
||||
<img src=".github/frappe-framework-logo.svg" height="50">
|
||||
</picture>
|
||||
<h3>
|
||||
a web framework with <a href="https://www.youtube.com/watch?v=LOjk3m0wTwg">"batteries included"</a>
|
||||
</h3>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue