change: style

This commit is contained in:
quenousimporte 2024-02-19 10:42:30 +01:00
parent 62570915eb
commit 9d7d804865
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
<style type="text/css"> <style type="text/css">
body { body {
font-family: helvetica; font-family: helvetica;
line-height: 24px;
} }
textarea { textarea {
width: 100%; width: 100%;
@ -22,6 +23,7 @@
outline: none; outline: none;
font-family: inherit; font-family: inherit;
font-size: inherit; font-size: inherit;
line-height: inherit;
} }
.grey { .grey {
color: lightgrey; color: lightgrey;