Docs tweaks
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user