2019-07-18 10:43:36 +00:00
|
|
|
// Flex colors
|
|
|
|
@orange: #D9411E;
|
|
|
|
@light-orange: #FF5A09;
|
|
|
|
@white: #ffffff;
|
|
|
|
@grey: #333333;
|
|
|
|
@light-grey: #eeeeee;
|
|
|
|
@med-grey: #999999;
|
|
|
|
@dark-grey: #242121;
|
|
|
|
|
|
|
|
// Font family
|
|
|
|
@sans: 'Source Sans Pro', 'Roboto', 'Open Sans', 'Liberation Sans', 'DejaVu Sans', 'Verdana', 'Helvetica', 'Arial', sans-serif;
|
|
|
|
@mono: 'Source Code Pro', 'Consolas', 'Liberation Mono', 'DejaVu Sans Mono', monospace;
|
|
|
|
|
|
|
|
// Body
|
|
|
|
@body-bg: @white;
|
|
|
|
@text-color: @dark-grey;
|
|
|
|
|
|
|
|
// Links
|
|
|
|
@link-color: @orange;
|
|
|
|
@link-hover-color: @light-orange;
|
|
|
|
|
|
|
|
// Sidebar (aside)
|
|
|
|
@sidebar-bg: @grey;
|
|
|
|
@sidebar-text-color: @white;
|
|
|
|
@sidebar-link-color: @white;
|
|
|
|
@sidebar-link-hover-color: @light-grey;
|
|
|
|
|
2020-06-24 06:26:04 +00:00
|
|
|
// NavBar
|
|
|
|
@navbar-bg: @dark-grey;
|
|
|
|
@navbar-text-color: @white;
|
|
|
|
@navbar-toctree-l1-sel-bg: @dark-grey;
|
|
|
|
@navbar-toctree-l1-sel-txt: @light-grey;
|
|
|
|
@navbar-toctree-l2-bg: @med-grey;
|
|
|
|
@navbar-toctree-l2-txt: @grey;
|
|
|
|
@navbar-toctree-l2-sel-bg: @light-grey;
|
|
|
|
@navbar-toctree-l2-sel-txt: @grey;
|
|
|
|
|
2019-07-18 10:43:36 +00:00
|
|
|
// Buttons
|
|
|
|
@btn-bg: @orange;
|
|
|
|
@btn-text-color: @white;
|
|
|
|
@btn-hover-color: @light-orange;
|
|
|
|
|
|
|
|
// Tag cloud
|
|
|
|
@tag-bg: @orange;
|
|
|
|
@tag-text-color: @white;
|
|
|
|
@tag-hover-color: @light-orange;
|
|
|
|
|
|
|
|
// Header
|
|
|
|
@header-text-color: @med-grey;
|
|
|
|
|
|
|
|
// Footer
|
|
|
|
@footer-text-color: @med-grey;
|
|
|
|
@footer-border-color: @light-grey;
|
|
|
|
|
|
|
|
// Relativer posts
|
|
|
|
@rel-post-border-color: @light-grey;
|
|
|
|
|
|
|
|
// Nav
|
|
|
|
@nav-border-color: @light-grey;
|