Change highlight colour on dark theme

Fixes https://github.com/vector-im/riot-web/issues/10248
This commit is contained in:
Travis Ralston 2019-07-09 11:29:13 -06:00
parent 31723e9e5b
commit 2142826ffd

View file

@ -122,7 +122,7 @@ $event-redacted-fg-color: #606060;
$event-redacted-border-color: #000000;
$event-highlight-fg-color: $warning-color;
$event-highlight-bg-color: $event-selected-color;
$event-highlight-bg-color: #25271F;
// event timestamp
$event-timestamp-color: $text-secondary-color;