daux.io/less/daux-navy.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 Navy
@sidebar-hover: #c5c5cb;
@lines: #e7e7e9;
@sidebar-background: #f5f5f6;
@dark: #13132a;
@light: #7795b4;
@text: #2d2d2d;
@syntax-string: #000000;
@syntax-comment: #505050;
@syntax-number: #09559b;
@syntax-label: #001775;
@import "import/daux-base.less";