ui: Simplify style rules for body.plain in the composer

Setting these rules on `body.plain *` is not needed: they will cascade
quite happily on their own, with easier maintenance and readability for
humans

Also applies to rules whose values are unchanged from those on `body` -
better to keep these DRY
This commit is contained in:
mooff 2021-08-23 20:26:18 +01:00 committed by Serhii Tereshchenko
parent 851f188a06
commit 0ab9f5a72d

View file

@ -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;
}