-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Currently the Buckaroo logo as well as the How Buckaroo Works image aren't optimized for dark mode in the README.
A possible solution for this would be to include an svg instead of a png and to add something like this:
<style>
path {
fill: #000;
}
@media (prefers-color-scheme: dark) {
path {
fill: #fff;
}
}
</style>Metadata
Metadata
Assignees
Labels
No labels