service new_task and style conf refactoring

This commit is contained in:
ragu 2023-01-05 18:11:24 +01:00
parent 14d1891695
commit 8607a42e34
18 changed files with 54 additions and 92 deletions

View file

@ -5,14 +5,21 @@ html {
overflow-y: scroll;
}
html, body {
background-color:#d9d6ce;
color: black;
font-family: Arial;
font-size:100.01%;
margin: 0; padding: 0;
text-align:left;
html,body {
background-color: #d9d6ce;
color: #3f3f3f;
font-family:'Arial';
background-repeat: no-repeat;
background-position: right bottom;
background-attachment: fixed;
background-size: cover;
font-size: 100.01%;
line-height: 1;
margin: 0;
padding: 0;
text-align: center;
}
div {
font-family: Arial,sans-serif;
font-size: 1em;