mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
fix dark theme room join bar
This commit is contained in:
parent
aba121aab0
commit
be79ccccf6
@ -22,9 +22,7 @@ limitations under the License.
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
background-color: $preview-bar-bg-color;
|
||||||
/* For welcome pages */
|
|
||||||
background-color: #f7f7f7;
|
|
||||||
-webkit-align-items: center;
|
-webkit-align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -18,6 +18,8 @@ $selection-fg-color: $primary-bg-color;
|
|||||||
// red warning colour
|
// red warning colour
|
||||||
$warning-color: #ff0064;
|
$warning-color: #ff0064;
|
||||||
|
|
||||||
|
$preview-bar-bg-color: #f7f7f7;
|
||||||
|
|
||||||
// left-panel style muted accent color
|
// left-panel style muted accent color
|
||||||
$secondary-accent-color: #eaf5f0;
|
$secondary-accent-color: #eaf5f0;
|
||||||
|
|
||||||
|
@ -18,6 +18,8 @@ $selection-fg-color: $primary-fg-color;
|
|||||||
// red warning colour
|
// red warning colour
|
||||||
$warning-color: #ff0064;
|
$warning-color: #ff0064;
|
||||||
|
|
||||||
|
$preview-bar-bg-color: #333;
|
||||||
|
|
||||||
// left-panel style muted accent color
|
// left-panel style muted accent color
|
||||||
$secondary-accent-color: $primary-bg-color;
|
$secondary-accent-color: $primary-bg-color;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user