daux.io/less/daux-blue.less
Garrett Moon 03b00ae1f9 Major Design overhaul
- Added Daux.css themes
- Made layout responsive
- Added local version of bootstrap
- Still some CSS bugs
- Mobile toggle doesn't work yet.
2013-06-10 17:26:54 -05:00

13 lines
269 B
Plaintext

//Daux.io Blue
@sidebar-background: #f7f7f7;
@sidebar-hover: #c5c5cb;
@lines: #e7e7e9;
@dark: #3f4657;
@light: #82becd;
@text: #2d2d2d;
@syntax-string: #022e99;
@syntax-comment: #84989b;
@syntax-number: #2f9b92;
@syntax-label: #840d7a;
@import "import/daux-base.less";