mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-21 18:06:30 +00:00
improve background and border styles
This commit is contained in:
parent
ef6b3f92d4
commit
c95f2dcc2d
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
html {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: #eee;
|
||||
background: #f3f3f3;
|
||||
font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
|
@ -12,8 +12,8 @@ body {
|
|||
padding: 30px 40px;
|
||||
margin: 0 auto;
|
||||
background: #fff;
|
||||
border-left: 5px solid #aaa;
|
||||
border-right: 5px solid #aaa;
|
||||
border-left: 5px solid #eee;
|
||||
border-right: 5px solid #eee;
|
||||
width: 800px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue