change selection color & fix MD bg
This commit is contained in:
parent
fa535996ae
commit
4d8f5d4df1
|
@ -294,6 +294,10 @@ limitations under the License.
|
||||||
overflow-y: visible;
|
overflow-y: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_EventTile_content .markdown-body code {
|
||||||
|
background-color: #f8f8f8;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_EventTile_content .markdown-body h1,
|
.mx_EventTile_content .markdown-body h1,
|
||||||
.mx_EventTile_content .markdown-body h2,
|
.mx_EventTile_content .markdown-body h2,
|
||||||
.mx_EventTile_content .markdown-body h3,
|
.mx_EventTile_content .markdown-body h3,
|
||||||
|
|
|
@ -73,7 +73,7 @@ $voip-accept-color: #80f480;
|
||||||
// ********************
|
// ********************
|
||||||
|
|
||||||
$roomtile-name-color: rgba(186, 186, 186, 0.8);
|
$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-fg-color: $h3-color;
|
||||||
$roomsublist-label-bg-color: #454545;
|
$roomsublist-label-bg-color: #454545;
|
||||||
|
|
Loading…
Reference in New Issue