Docs tweaks

This commit is contained in:
Sam Potts
2015-06-08 22:12:08 +10:00
parent 73c3888309
commit 654e9cd623
4 changed files with 8 additions and 7 deletions

View File

@ -12,10 +12,11 @@
// Variables
// ---------------------------------------
// Colors
@blue: #3498DB;
@blue: #3498db;
@gray-dark: #343f4a;
@gray: #565d64;
@gray-light: #cbd0d3;
@off-white: #f2f5f7;
// Elements
@link-color: @blue;
@ -34,10 +35,10 @@
// Base
body {
font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
background: #fff;
background: @off-white;
line-height: 1.5;
text-align: center;
color: #6D797F;
color: @gray;
}
// Error page