View Single Post
Old 03-14-2021, 03:43 PM   #263
ebray187
Member
ebray187 began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Dec 2020
Device: epub
Thank you very much for this work!
I just come to comment on a couple of details that I think could improve the manual.

First of all, each time the background color is defined, it is just as important to define the foreground color, because in color schemes with light text over dark background, the bg-text contrast is not enough for reading and may even be invisible (see the screenshots).
Code:
pre.example {
     font-family: courier, sans-serif;
     font-size: 0.85em;
     margin-left: 2em;
     margin-bottom: 1.5em;
++ color: black;
     background-color: rgb (244, 244, 244);
     white-space: pre-wrap;
}
The other, maybe it's good to embed a font that contains the symbol ➞ or replace it with an svg or something like that to ensure that it is displayed correctly.

In any case, I reiterate my thanks and congratulations for your work.
Regards.
Attached Thumbnails
Click image for larger version

Name:	01.png
Views:	134
Size:	63.0 KB
ID:	185957   Click image for larger version

Name:	02.png
Views:	128
Size:	101.3 KB
ID:	185958  
ebray187 is offline   Reply With Quote