theme-ify!

This commit is contained in:
Bruno Windels 2019-05-17 16:10:21 +01:00
parent aef9323f21
commit 8ce8ca18ff

View file

@ -24,8 +24,8 @@ limitations under the License.
.mx_MessageEditor_editor {
border-radius: 4px;
border: solid 1px #e9edf1;
background-color: #ffffff;
border: solid 1px $primary-hairline-color;
background-color: $primary-bg-color;
padding: 3px 6px;
white-space: pre-wrap;
word-wrap: break-word;