variables.less 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. // Flex colors
  2. @orange: #D9411E;
  3. @light-orange: #FF5A09;
  4. @white: #ffffff;
  5. @grey: #333333;
  6. @light-grey: #eeeeee;
  7. @med-grey: #999999;
  8. @dark-grey: #242121;
  9. // Font family
  10. @sans: 'Source Sans Pro', 'Roboto', 'Open Sans', 'Liberation Sans', 'DejaVu Sans', 'Verdana', 'Helvetica', 'Arial', sans-serif;
  11. @mono: 'Source Code Pro', 'Consolas', 'Liberation Mono', 'DejaVu Sans Mono', monospace;
  12. // Body
  13. @body-bg: @white;
  14. @text-color: @dark-grey;
  15. // Links
  16. @link-color: @orange;
  17. @link-hover-color: @light-orange;
  18. // Sidebar (aside)
  19. @sidebar-bg: @grey;
  20. @sidebar-text-color: @white;
  21. @sidebar-link-color: @white;
  22. @sidebar-link-hover-color: @light-grey;
  23. // Buttons
  24. @btn-bg: @orange;
  25. @btn-text-color: @white;
  26. @btn-hover-color: @light-orange;
  27. // Tag cloud
  28. @tag-bg: @orange;
  29. @tag-text-color: @white;
  30. @tag-hover-color: @light-orange;
  31. // Header
  32. @header-text-color: @med-grey;
  33. // Footer
  34. @footer-text-color: @med-grey;
  35. @footer-border-color: @light-grey;
  36. // Relativer posts
  37. @rel-post-border-color: @light-grey;
  38. // Nav
  39. @nav-border-color: @light-grey;
  40. // Social buttons
  41. @email-bg-color: #578ad6;
  42. @facebook-bg-color: #3e5b98;
  43. @github-bg-color: #111010;
  44. @google-bg-color: #d93e2d;
  45. @instagram-bg-color: #125688;
  46. @linkedin-bg-color: #3371b7;
  47. @medium-bg-color: #00ab6b;
  48. @pinterest-bg-color: #c92619;
  49. @reddit-bg-color: #ff4500;
  50. @rss-bg-color: #f26109;
  51. @soundcloud-bg-color: #ff5500;
  52. @stack-overflow-bg-color: #ff9900;
  53. @tumblr-bg-color: #36465d;
  54. @twitter-bg-color: #4da7de;
  55. @youtube-bg-color: #e02a20;
  56. @gitlab-bg-color: #fca326;
  57. @xing-bg-color: #007575;
  58. @bitbucket-bg-color: #0747A6;