Android dark mode support
This MR is needed for Android dark theme MR, https://gitlab.com/gitlab-org/gitter/gitter-android-app/merge_requests/2
- Added embedding dark theme css for mobile Android app
- Added JS function to change theme
npm run build-android-assets
git remote add charafau git@gitlab.com:charafau/webapp.git
git push charafau charafau/webapp-darkmode_android:darkmode_android
Edited by Eric Eastwood