fix RTE dark theme

This commit is contained in:
Matthew Hodgson 2017-02-20 01:27:05 +02:00
parent 5951e8fb27
commit f91f5cb65e
3 changed files with 12 additions and 2 deletions

View file

@ -74,6 +74,9 @@ $settings-grey-fg-color: #a2a2a2;
$voip-decline-color: #f48080;
$voip-accept-color: #80f480;
$rte-bg-color: #e9e9e9;
$rte-code-bg-color: rgba(0, 0, 0, 0.04);
// ********************
$roomtile-name-color: rgba(69, 69, 69, 0.8);