The whole site uses sans serif as the default font. Textareas, especially those for inputting comments, should use the same font instead of (default) monospace (except the SSH Public Key field).
Signed-off-by: Marcel Korpel <[email protected]> --- web/html/css/aurweb.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css index adc02bb..7444ff6 100644 --- a/web/html/css/aurweb.css +++ b/web/html/css/aurweb.css @@ -129,3 +129,11 @@ label.confirmation, #merge-into { width: auto; } + +textarea { + font: 100% sans-serif; +} + +#id_ssh { + font: 120% monospace; +} -- 2.4.5
