tint the colours in the theme rather than hardcode vector green

This commit is contained in:
Matthew Hodgson 2017-11-04 23:43:34 +00:00
parent adedf23cfb
commit 9a0bbfb871
2 changed files with 16 additions and 0 deletions

View file

@ -73,5 +73,7 @@
<source src="media/busy.mp3" type="audio/mpeg" />
</audio>
<audio id="remoteAudio"/>
<!-- let CSS themes pass constants to the app -->
<div id="mx_theme_accentColor"></div><div id="mx_theme_secondaryAccentColor"/></div>
</body>
</html>