Closed mikatuo closed 1 year ago
Having a dark mode on the website will give a better first impression. It could use the same styles as https://hexdocs.pm/elixir/1.15.7/Kernel.html
Making the logo look good on the dark background is probably TBD. Just as a proof of concept a brighter logo with css filter: brightness(220%) looks nice:
filter: brightness(220%)
There are no plans at the moment. Perhaps it is something we consider when we do an eventual redesign. Thanks!
Having a dark mode on the website will give a better first impression. It could use the same styles as https://hexdocs.pm/elixir/1.15.7/Kernel.html
Making the logo look good on the dark background is probably TBD. Just as a proof of concept a brighter logo with css
filter: brightness(220%)
looks nice: