1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

First pass at dark theme colors

This commit is contained in:
J. Ryan Stinnett
2019-02-12 15:40:06 +00:00
parent fe364d4140
commit d7fb39fd08
6 changed files with 155 additions and 189 deletions

View File

@ -31,7 +31,7 @@ limitations under the License.
.mx_ContextualMenu {
border-radius: 4px;
box-shadow: 4px 4px 12px 0 rgba(118, 131, 156, 0.6);;
box-shadow: 4px 4px 12px 0 $menu-box-shadow-color;
background-color: $menu-bg-color;
color: $primary-fg-color;
position: absolute;