mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-07-08 14:46:30 +02:00
service new_task and style conf refactoring
This commit is contained in:
parent
14d1891695
commit
8607a42e34
18 changed files with 54 additions and 92 deletions
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue