Merge pull request #2656 from aaronraimist/dark-set-h3-color

Set h3-color in dark theme
pull/21833/head
Travis Ralston 2019-02-15 22:30:40 -07:00 committed by GitHub
commit 1e55b1e579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ $menu-selected-color: $room-highlight-color;
$avatar-initial-color: #ffffff;
$avatar-bg-color: $bg-color;
$h3-color: $primary-fg-color;
$dialog-background-bg-color: $header-panel-bg-color;
$lightbox-background-bg-color: #000;