mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-30 00:28:00 +01:00
White background
This commit is contained in:
parent
6aad5271c9
commit
8acf5f92d4
1 changed files with 1 additions and 4 deletions
5
resources/assets/styles/layout.less
vendored
5
resources/assets/styles/layout.less
vendored
|
@ -20,12 +20,9 @@
|
||||||
@import 'mixins';
|
@import 'mixins';
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
|
|
||||||
html, body {
|
|
||||||
}
|
|
||||||
|
|
||||||
html body {
|
html body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #444;
|
background: #fff;
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
Loading…
Reference in a new issue