diff --git a/style.css b/style.css index 4c96700..a17c9de 100755 --- a/style.css +++ b/style.css @@ -151,6 +151,10 @@ body { line-height: 1.625; } +body.bubble { + background-color: #f5f5f5; +} + /* Used in the editor */ body.mce-content-body { width: auto; @@ -158,11 +162,7 @@ body.mce-content-body { float: none; -webkit-font-smoothing: auto !important; font-smoothing: auto !important; - backround: #fff; -} - -body.bubble { - background-color: #f5f5f5; + background: #fff; } a,