Add rudimentary dark theme support

This commit is contained in:
Travis Ralston 2020-06-12 13:52:54 -06:00
parent 510f98b8b0
commit f9a4151a6e
6 changed files with 40 additions and 16 deletions

View file

@ -27,7 +27,7 @@ limitations under the License.
// ^- The count is an element floating within that.
&.mx_NotificationBadge_visible {
background-color: $roomtile2-badge-color;
background-color: $roomtile2-default-badge-bg-color;
// Create a flexbox to order the count a bit easier
display: flex;