Added a couple of new colors, fixed build script, changed default color from orange to blue-ish color.
This commit is contained in:
parent
a363081661
commit
7a82e687ba
12 changed files with 6218 additions and 10 deletions
|
@ -1,6 +1,8 @@
|
|||
// Flex colors
|
||||
@orange: #D9411E;
|
||||
@light-orange: #FF5A09;
|
||||
@cyan: #1ea7d9;
|
||||
@light-cyan: #09deff;
|
||||
@white: #ffffff;
|
||||
@grey: #333333;
|
||||
@light-grey: #eeeeee;
|
||||
|
@ -16,8 +18,8 @@
|
|||
@text-color: @dark-grey;
|
||||
|
||||
// Links
|
||||
@link-color: @orange;
|
||||
@link-hover-color: @light-orange;
|
||||
@link-color: @cyan;
|
||||
@link-hover-color: @light-cyan;
|
||||
|
||||
// Sidebar (aside)
|
||||
@sidebar-bg: @grey;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue