Docs tweak

This commit is contained in:
Sam Potts
2015-07-20 23:03:24 +10:00
parent e49c417e54
commit 20ee77a55e
4 changed files with 11 additions and 5 deletions

View File

@ -8,13 +8,19 @@
box-sizing: border-box;
}
// Hidden
[hidden] {
display: none;
}
// Base
html {
height: 100%;
font-size: 100%;
background: linear-gradient(#fff, @body-background);
}
body {
font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
background: @body-background;
line-height: 1.5;
text-align: center;
color: @gray;