diff --git a/ui/composer-web-view.css b/ui/composer-web-view.css index 462d5876..98809757 100644 --- a/ui/composer-web-view.css +++ b/ui/composer-web-view.css @@ -12,12 +12,8 @@ body { font-size: medium !important; } -body.plain, body.plain * { - font-family: monospace !important; - font-weight: normal; - font-style: normal; - font-size: medium !important; - color: black !important; +body.plain { + font-family: monospace; text-decoration: none; }