change style

This commit is contained in:
quenousimporte 2024-02-14 08:43:46 +01:00
parent ee9428a6fe
commit 8c737a5966
1 changed files with 1 additions and 13 deletions

View File

@ -13,23 +13,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta charset="UTF-8"> <meta charset="UTF-8">
<style type="text/css"> <style type="text/css">
body {
font-family: helvetica;
color: rgb(55, 53, 47);
}
textarea { textarea {
height: 500px; height: 500px;
width: 100%; width: 100%;
font-family: inherit;
font-size: inherit;
outline: none;
border: none; border: none;
color: inherit; outline: none;
}
input {
font-family: inherit;
font-size: inherit;
color: inherit;
} }
</style> </style>
</head> </head>