I shall be murdered by design people for this (#6384)
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
c5bd1fb32d
commit
0ba24ec14f
5 changed files with 9 additions and 1 deletions
|
@ -486,7 +486,7 @@ $left-gutter: 64px;
|
||||||
|
|
||||||
pre, code {
|
pre, code {
|
||||||
font-family: $monospace-font-family !important;
|
font-family: $monospace-font-family !important;
|
||||||
background-color: $header-panel-bg-color;
|
background-color: $codeblock-background-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre code > * {
|
pre code > * {
|
||||||
|
|
|
@ -209,6 +209,8 @@ $appearance-tab-border-color: $room-highlight-color;
|
||||||
|
|
||||||
$composer-shadow-color: rgba(0, 0, 0, 0.28);
|
$composer-shadow-color: rgba(0, 0, 0, 0.28);
|
||||||
|
|
||||||
|
$codeblock-background-color: #2a3039;
|
||||||
|
|
||||||
// Bubble tiles
|
// Bubble tiles
|
||||||
$eventbubble-self-bg: #14322E;
|
$eventbubble-self-bg: #14322E;
|
||||||
$eventbubble-others-bg: $event-selected-color;
|
$eventbubble-others-bg: $event-selected-color;
|
||||||
|
|
|
@ -221,6 +221,8 @@ $appearance-tab-border-color: $room-highlight-color;
|
||||||
|
|
||||||
$composer-shadow-color: tranparent;
|
$composer-shadow-color: tranparent;
|
||||||
|
|
||||||
|
$codeblock-background-color: #2a3039;
|
||||||
|
|
||||||
// Bubble tiles
|
// Bubble tiles
|
||||||
$eventbubble-self-bg: #14322E;
|
$eventbubble-self-bg: #14322E;
|
||||||
$eventbubble-others-bg: $event-selected-color;
|
$eventbubble-others-bg: $event-selected-color;
|
||||||
|
|
|
@ -334,6 +334,8 @@ $appearance-tab-border-color: $input-darker-bg-color;
|
||||||
|
|
||||||
$composer-shadow-color: tranparent;
|
$composer-shadow-color: tranparent;
|
||||||
|
|
||||||
|
$codeblock-background-color: $header-panel-bg-color;
|
||||||
|
|
||||||
// Bubble tiles
|
// Bubble tiles
|
||||||
$eventbubble-self-bg: #F0FBF8;
|
$eventbubble-self-bg: #F0FBF8;
|
||||||
$eventbubble-others-bg: $system;
|
$eventbubble-others-bg: $system;
|
||||||
|
|
|
@ -333,6 +333,8 @@ $appearance-tab-border-color: $input-darker-bg-color;
|
||||||
}
|
}
|
||||||
$composer-shadow-color: rgba(0, 0, 0, 0.04);
|
$composer-shadow-color: rgba(0, 0, 0, 0.04);
|
||||||
|
|
||||||
|
$codeblock-background-color: $header-panel-bg-color;
|
||||||
|
|
||||||
// Bubble tiles
|
// Bubble tiles
|
||||||
$eventbubble-self-bg: #F0FBF8;
|
$eventbubble-self-bg: #F0FBF8;
|
||||||
$eventbubble-others-bg: $system;
|
$eventbubble-others-bg: $system;
|
||||||
|
|
Loading…
Reference in a new issue