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:
parent
851f188a06
commit
0ab9f5a72d
1 changed files with 2 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue