[openstreetmap/openstreetmap-website] Add white shadow to browse icons (PR #4701)
Anton Khorev
notifications at github.com
Sun Apr 14 17:06:35 UTC 2024
Another option: increase brightness in dark mode
```
@include color-mode(dark) {
.browse-section {
.node::before,
.way::before,
.relation::before {
mix-blend-mode: lighten;
}
}
}
```

--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/4701#issuecomment-2054123176
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/4701/c2054123176 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20240414/562f2ff2/attachment.htm>
More information about the rails-dev
mailing list