HelloZeroNet / ZeroMail

End-to-end encrypted, P2P messaging site.
GNU General Public License v2.0
90 stars 53 forks source link

Support for dark theme #41

Closed filips123 closed 5 years ago

filips123 commented 5 years ago

Add support for the dark theme in ZeroMail.

Also, @HelloZeroNet, can you please raise my ZeroTalk limit for filips@zeroid.bit? I'm currently using 48.3k/50k.

screenshot

HelloZeroNet commented 5 years ago

Thanks, you don't need to add vendor-prefixes to the css, as the merger will do it for you automatically: https://github.com/HelloZeroNet/ZeroMail/pull/41/files#diff-fd9a87e290cf6a5ed1e7758b6164e72fR303

I already increased the limit earlier, but maybe forgot to publish it, so I did it again.

filips123 commented 5 years ago

Thanks, you don't need to add vendor-prefixes to the css, as the merger will do it for you automatically

Ok, I removed them from original CSS and removed duplicated from merged CSS.

I already increased the limit earlier, but maybe forgot to publish it, so I did it again.

Great, thank you!

filips123 commented 5 years ago

@HelloZeroNet Can you merge this?