chore: readme logo on dark theme (#23358)

closes https://github.com/frappe/frappe/issues/23352
This commit is contained in:
Ankush Menat 2023-11-22 16:20:20 +05:30 committed by GitHub
parent a5b102dcd2
commit 1a3f39daa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

@ -1,10 +1,8 @@
<div align="center"> <div align="center">
<h1> <picture>
<br> <source media="(prefers-color-scheme: dark)" srcset=".github/frappe-framework-logo-dark.svg">
<a href="https://frappeframework.com"> <img src=".github/frappe-framework-logo.svg" height="50">
<img src=".github/frappe-framework-logo.svg" height="50"> </picture>
</a>
</h1>
<h3> <h3>
a web framework with <a href="https://www.youtube.com/watch?v=LOjk3m0wTwg">"batteries included"</a> a web framework with <a href="https://www.youtube.com/watch?v=LOjk3m0wTwg">"batteries included"</a>
</h3> </h3>