change selection color & fix MD bg

This commit is contained in:
Matthew Hodgson 2017-01-20 02:29:56 +00:00
parent fa535996ae
commit 4d8f5d4df1
2 changed files with 5 additions and 1 deletions

View file

@ -294,6 +294,10 @@ limitations under the License.
overflow-y: visible;
}
.mx_EventTile_content .markdown-body code {
background-color: #f8f8f8;
}
.mx_EventTile_content .markdown-body h1,
.mx_EventTile_content .markdown-body h2,
.mx_EventTile_content .markdown-body h3,

View file

@ -73,7 +73,7 @@ $voip-accept-color: #80f480;
// ********************
$roomtile-name-color: rgba(186, 186, 186, 0.8);
$roomtile-selected-bg-color: rgba(0, 0, 0, 0.8);
$roomtile-selected-bg-color: rgba(255, 255, 255, 0.05);
$roomsublist-label-fg-color: $h3-color;
$roomsublist-label-bg-color: #454545;