Skip to content

Drop font-size from code/kbd/pre/samp definition

Andrej Shadura requested to merge fix-mono-font into master

code/kbd/pre/samp defines font-size:var(--fontSize), overriding font-size: 90% for the same elements from the same CSS file. This results in monospace text bits being always displayed in small size regardless of the text size of the surrounding text.

What should have been:

2022-06-13_18-42

Looks like:

2022-06-13_18-43

Merge request reports