[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;
    }
  }
}
```

![image](https://github.com/openstreetmap/openstreetmap-website/assets/4158490/c1ebf9ac-9755-4262-a444-65d69764704c)


-- 
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