mirror of https://github.com/calzoneman/sync.git
Make the light theme a bit less blinding
This commit is contained in:
parent
b603e392e6
commit
ac8754299c
|
@ -2,6 +2,10 @@ html, body {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
min-height: 100%;
|
||||
height: auto !important;
|
||||
|
@ -281,7 +285,7 @@ html, body {
|
|||
}
|
||||
|
||||
#footer {
|
||||
background-color: #f5f5f5;
|
||||
background-color: #eeeeee;
|
||||
height: 30px;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in New Issue