Merge pull request #3196 from matrix-org/travis/fix-hover

Change highlight colour on dark theme
This commit is contained in:
Travis Ralston 2019-07-10 07:52:14 -06:00 committed by GitHub
commit 528b927638
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;